mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 11:26:01 +03:00
format
This commit is contained in:
parent
e997610ef2
commit
da09df0e42
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class VectorSettingsNotificationPreferenceFragment @Inject constructor(
|
|||
val initialMode = vectorPreferences.getFdroidSyncBackgroundMode()
|
||||
val dialogFragment = BackgroundSyncModeChooserDialog.newInstance(initialMode)
|
||||
dialogFragment.interactionListener = this
|
||||
activity?.supportFragmentManager?.let {fm ->
|
||||
activity?.supportFragmentManager?.let { fm ->
|
||||
dialogFragment.show(fm, "syncDialog")
|
||||
}
|
||||
true
|
||||
|
|
Loading…
Reference in a new issue