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

@@ -25,8 +25,7 @@
android:theme="@style/AppTheme"
android:networkSecurityConfig="@xml/network_security_config"
tools:replace="android:theme"
tools:ignore="UnusedAttribute"
android:largeHeap="true">
tools:ignore="UnusedAttribute">
<meta-data
android:name="com.google.mlkit.vision.DEPENDENCIES"

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)