Commit 0997f4d1 authored by wanglei's avatar wanglei

...

parent 3b915de4
...@@ -11,6 +11,7 @@ import android.view.View ...@@ -11,6 +11,7 @@ import android.view.View
import androidx.activity.addCallback import androidx.activity.addCallback
import androidx.core.content.ContextCompat import androidx.core.content.ContextCompat
import androidx.lifecycle.lifecycleScope import androidx.lifecycle.lifecycleScope
import com.base.pdfviewerscannerwhite.BuildConfig
import com.base.pdfviewerscannerwhite.R import com.base.pdfviewerscannerwhite.R
import com.base.pdfviewerscannerwhite.ads.AdmobHelper import com.base.pdfviewerscannerwhite.ads.AdmobHelper
import com.base.pdfviewerscannerwhite.ads.admob.AdmobInterstitialUtils import com.base.pdfviewerscannerwhite.ads.admob.AdmobInterstitialUtils
...@@ -181,12 +182,10 @@ class ScanJunkActivity : BaseActivity<ActivityScanJunkBinding>() { ...@@ -181,12 +182,10 @@ class ScanJunkActivity : BaseActivity<ActivityScanJunkBinding>() {
binding.rv.visibility = View.GONE binding.rv.visibility = View.GONE
binding.rvEx.visibility = View.VISIBLE binding.rvEx.visibility = View.VISIBLE
// if (emptyFolder.isNotEmpty()) {
val childList1 = emptyFolder.map { ChildBean(R.mipmap.d_reseiual, it.absolutePath) } val childList1 = emptyFolder.map { ChildBean(R.mipmap.d_reseiual, it.absolutePath) }
val emptyParent = ParentBean(tittle = "Residual File", childItem = childList1) val emptyParent = ParentBean(tittle = "Residual File", childItem = childList1)
junkExpandAdapter.addData(listOf(emptyParent), false) junkExpandAdapter.addData(listOf(emptyParent), false)
junkExpandAdapter.expandAllGroup() junkExpandAdapter.expandAllGroup()
// }
if (apkList.isNotEmpty()) { if (apkList.isNotEmpty()) {
val childList2 = apkList.map { val childList2 = apkList.map {
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<com.base.pdfviewerscannerwhite.ui.view.XmlLottieAnimationView <com.base.pdfviewerscannerwhite.ui.view.XmlLottieAnimationView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginBottom="50dp" android:layout_marginBottom="100dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
......
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