mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Fix #400
This commit is contained in:
parent
8c1bedf796
commit
6999fa858e
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ class MainActivity : BaseActivity() {
|
|||
} else if (resultCode and SettingsActivity.FLAG_THEME_CHANGED != 0) {
|
||||
recreate()
|
||||
}
|
||||
} else {
|
||||
super.onActivityResult(requestCode, resultCode, data)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue