feat: Add A13 per-app language preference compatibility with the existing language chooser
This commit is contained in:
parent
4e557fffae
commit
e483038b6c
11 changed files with 113 additions and 45 deletions
|
@ -8,8 +8,8 @@ import androidx.fragment.app.FragmentActivity
|
|||
|
||||
fun Context.setUpMediaRouteButton(menu: Menu) {}
|
||||
|
||||
fun FragmentActivity.installLanguageAndRecreate(code: String) {
|
||||
recreate()
|
||||
fun FragmentActivity.installLanguageAndRecreate(code: String, onInstallComplete: () -> Unit) {
|
||||
onInstallComplete()
|
||||
}
|
||||
|
||||
fun Context.goToProVersion() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue