forked from Mirroring/Kore
Fixed issue setting preferred locale in Settings (#689)
SettingsActivity does not inherit from BaseActivity which caused the preferred locale not to be set. This was not apparent when switching to the Settings screen as the preferred locale would already have been set by a previous activity which does inherit from BaseActivity (e.g. RemoteActivity). Therefore we needed to explicitly set the preferred locale as well in SettingsActivity.master
parent
b962fece80
commit
83527db928
Loading…
Reference in New Issue