mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Prevent displaying AppSettings content until self is non-null.
This commit is contained in:
committed by
Greyson Parrelli
parent
f5db6b6c91
commit
a9c37a9668
@@ -92,6 +92,7 @@ class AppSettingsFragment : ComposeFragment(), Callbacks {
|
||||
val self by viewModel.self.observeAsState()
|
||||
|
||||
if (state == null) return
|
||||
if (self == null) return
|
||||
|
||||
val context = LocalContext.current
|
||||
val bannerManager = remember {
|
||||
|
||||
Reference in New Issue
Block a user