mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-07-22 20:09:50 +00:00
Add: Lanugage preference listener
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
package com.looker.droidify
|
||||
|
||||
import android.content.Context
|
||||
import android.content.Intent
|
||||
import com.looker.droidify.ContextWraperX.Companion.wrap
|
||||
import com.looker.droidify.screen.ScreenActivity
|
||||
|
||||
class MainActivity : ScreenActivity() {
|
||||
@ -23,4 +25,8 @@ class MainActivity : ScreenActivity() {
|
||||
else -> super.handleIntent(intent)
|
||||
}
|
||||
}
|
||||
|
||||
override fun attachBaseContext(newBase: Context) {
|
||||
super.attachBaseContext(wrap(newBase))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user