Fixed language codes and language switcher not working on f-droid flavor
This commit is contained in:
parent
10367f64de
commit
9a589d5b46
2 changed files with 7 additions and 23 deletions
|
@ -8,7 +8,9 @@ import androidx.fragment.app.FragmentActivity
|
|||
|
||||
fun Context.setUpMediaRouteButton(menu: Menu) {}
|
||||
|
||||
fun FragmentActivity.installLanguageAndRecreate(code: String) {}
|
||||
fun FragmentActivity.installLanguageAndRecreate(code: String) {
|
||||
recreate()
|
||||
}
|
||||
|
||||
fun Context.goToProVersion() {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue