search bug fix

This commit is contained in:
tom5079
2020-10-24 23:55:50 +09:00
parent 9ae2423a40
commit 48ff2f328f
5 changed files with 12 additions and 7 deletions

View File

@@ -125,11 +125,15 @@ class MainActivity :
if (Preferences["download_folder", ""].isEmpty())
DownloadLocationDialogFragment().show(supportFragmentManager, "Download Location Dialog")
checkUpdate(this)
initView()
}
override fun onResume() {
super.onResume()
checkUpdate(this)
}
@OptIn(ExperimentalStdlibApi::class)
override fun onBackPressed() {
when {