mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-14 21:18:56 +01:00
Format fixes. Move lang setting to the first entry (looks better IMO)
This commit is contained in:
@@ -5,9 +5,10 @@ import eu.kanade.tachiyomi.util.LocaleHelper
|
||||
|
||||
abstract class BaseActivity : AppCompatActivity(), ActivityMixin {
|
||||
|
||||
override fun getActivity() = this
|
||||
init {
|
||||
LocaleHelper.updateCfg(this)
|
||||
}
|
||||
|
||||
override fun getActivity() = this
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user