Fixed language codes and language switcher not working on f-droid flavor

This commit is contained in:
Prathamesh More 2022-06-22 12:28:22 +05:30
parent 10367f64de
commit 9a589d5b46
2 changed files with 7 additions and 23 deletions

View file

@ -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() {}