mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Merge pull request #7081 from vector-im/bugfix/nfe/app_layout_feature_flag_restart
restart HomeActivity when app layout flag is changed
This commit is contained in:
commit
614383c08d
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ class HomeActivity :
|
|||
}
|
||||
|
||||
private fun checkNewAppLayoutFlagChange() {
|
||||
if (buildMeta.isDebug && vectorPreferences.isNewAppLayoutEnabled() != isNewAppLayoutEnabled) {
|
||||
if (vectorPreferences.isNewAppLayoutEnabled() != isNewAppLayoutEnabled) {
|
||||
restart()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue