search bug fix

This commit is contained in:
tom5079
2020-10-25 00:15:21 +09:00
parent 48ff2f328f
commit f07f624fcf
5 changed files with 7 additions and 12 deletions

View File

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