mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-03 05:35:38 +00:00
Relying on the home config sync
This commit is contained in:
parent
96dded096f
commit
514c19e33f
app/src/main/java/org/thoughtcrime/securesms
@ -355,12 +355,9 @@ class HomeActivity : PassphraseRequiredActionBarActivity(),
|
|||||||
|
|
||||||
updateLegacyConfigView()
|
updateLegacyConfigView()
|
||||||
|
|
||||||
// TODO: remove this after enough updates that we can rely on ConfigBase.isNewConfigEnabled to always return true
|
// Sync config changes if there are any
|
||||||
// This will only run if we aren't using new configs, as they are schedule to sync when there are changes applied
|
lifecycleScope.launch(Dispatchers.IO) {
|
||||||
if (textSecurePreferences.getConfigurationMessageSynced()) {
|
ConfigurationMessageUtilities.syncConfigurationIfNeeded(this@HomeActivity)
|
||||||
lifecycleScope.launch(Dispatchers.IO) {
|
|
||||||
ConfigurationMessageUtilities.syncConfigurationIfNeeded(this@HomeActivity)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -45,7 +45,6 @@ class CreateAccountManager @Inject constructor(
|
|||||||
|
|
||||||
configFactory.keyPairChanged()
|
configFactory.keyPairChanged()
|
||||||
configFactory.user?.setName(displayName)
|
configFactory.user?.setName(displayName)
|
||||||
ConfigurationMessageUtilities.forceSyncConfigurationNowIfNeeded(application)
|
|
||||||
|
|
||||||
versionDataFetcher.startTimedVersionCheck()
|
versionDataFetcher.startTimedVersionCheck()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user