Upgrade several AndroidX libraries and Compose to latest stable versions.

This commit is contained in:
Alex Hart
2024-09-10 13:10:05 -03:00
committed by Cody Henthorne
parent 0fe9df3023
commit c3be92d365
10 changed files with 974 additions and 1618 deletions

View File

@@ -86,7 +86,7 @@ open class ConversationActivity : PassphraseRequiredActivity(), VoiceNoteMediaCo
transitionDebouncer.clear()
}
override fun onNewIntent(intent: Intent?) {
override fun onNewIntent(intent: Intent) {
super.onNewIntent(intent)
// Note: We utilize this instead of 'replaceFragment' because there seems to be a bug

View File

@@ -148,7 +148,7 @@ private fun SafetyTipsContent(forGroup: Boolean = false, modifier: Modifier = Mo
HorizontalPager(
state = pagerState,
beyondBoundsPageCount = size,
beyondViewportPageCount = size,
modifier = Modifier.padding(top = 24.dp)
) {
SafetyTip(tips[it])