mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Upgrade several AndroidX libraries and Compose to latest stable versions.
This commit is contained in:
committed by
Cody Henthorne
parent
0fe9df3023
commit
c3be92d365
@@ -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
|
||||
|
||||
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user