Skip to content
Aborted

Changes

Summary

  1. Fix exception that prevented long lists from loading in Android release variant. (commit: 7890170) (details)
  2. Fix visibility of up navigation button on top screens when using release variant. (commit: 903f2c0) (details)
Commit 7890170964f511a46a0dcbb3723748c2b39445d4 by Mike Dawson
Fix exception that prevented long lists from loading in Android release variant.

Napier (logging) issue as per https://github.com/AAkira/Napier/issues/132 was the cause. Added proguard workaround; may need to change logger.
(commit: 7890170)
The file was modifiedrespect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/shared/paging/DoorOffsetLimitRemoteMediator.kt (diff)
The file was modifiedrespect-app-compose/proguard-rules.pro (diff)
Commit 903f2c0ac7d4d540986337f4320afd44624f2206 by Mike Dawson
Fix visibility of up navigation button on top screens when using release variant.
(commit: 903f2c0)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppBar.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/App.kt (diff)