beemdevelopment / Aegis

A free, secure and open source app for Android to manage your 2-step verification tokens.
https://getaegis.app
GNU General Public License v3.0
8.36k stars 354 forks source link

Fix Language of Appearance Title #1378

Closed codeall9 closed 1 month ago

codeall9 commented 1 month ago

Fixes #1346

Root cause:

_prefTitle is saved in the bundle as CharSequence

Solution:

we only able to store CharSequence since Preference.getTitleRes is removed in AndroidX.

As a workaround, we update the title again on Fragment.onStart()

Demo

https://github.com/beemdevelopment/Aegis/assets/11408319/b929ddf9-b8fb-4ce2-89cf-25ac2b433491