format
This commit is contained in:
parent
e997610ef2
commit
da09df0e42
@ -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…
x
Reference in New Issue
Block a user