Commit b0f17ae9 authored by wanglei's avatar wanglei

...

parent 2be825d7
......@@ -163,7 +163,7 @@ class FileScanResultActivity : BaseActivity<ActivityFileScanResultBinding>() {
onFinish = {
lifecycleScope.launch(Dispatchers.Main) {
binding.ivWancheng.visibility = View.VISIBLE
binding.tvScanning.text = "Completed!"
binding.tvScanning.text = "Completed"
AdmobInterstitialUtils.showInterstitialAd(this@FileScanResultActivity, isShowDialog = false) {}
binding.ivEmpty.isVisible = pathList.isEmpty()
dialogClass.finishScan {
......
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/bg_577dfd_22" android:state_enabled="true" />
<item android:drawable="@drawable/bg_577dfd_10" android:state_enabled="true" />
<item android:drawable="@drawable/bg_bebebe_10" android:state_enabled="false" />
</selector>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment