Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
D
Data Recovery White
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
Data Recovery White
Commits
b0f17ae9
Commit
b0f17ae9
authored
Jul 12, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
2be825d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
FileScanResultActivity.kt
.../datarecovery/activity/recovery/FileScanResultActivity.kt
+1
-1
bg_button_enable_selector.xml
app/src/main/res/drawable/bg_button_enable_selector.xml
+1
-1
No files found.
app/src/main/java/com/base/datarecovery/activity/recovery/FileScanResultActivity.kt
View file @
b0f17ae9
...
...
@@ -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
{
...
...
app/src/main/res/drawable/bg_button_enable_selector.xml
View file @
b0f17ae9
<?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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment