mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +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 initialMode = vectorPreferences.getFdroidSyncBackgroundMode()
|
||||||
val dialogFragment = BackgroundSyncModeChooserDialog.newInstance(initialMode)
|
val dialogFragment = BackgroundSyncModeChooserDialog.newInstance(initialMode)
|
||||||
dialogFragment.interactionListener = this
|
dialogFragment.interactionListener = this
|
||||||
activity?.supportFragmentManager?.let {fm ->
|
activity?.supportFragmentManager?.let { fm ->
|
||||||
dialogFragment.show(fm, "syncDialog")
|
dialogFragment.show(fm, "syncDialog")
|
||||||
}
|
}
|
||||||
true
|
true
|
||||||
|
|
Loading…
Reference in a new issue