Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
F
File Recovery RecycleBin
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
File Recovery RecycleBin
Commits
e74604d0
Commit
e74604d0
authored
Aug 06, 2024
by
wanglei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
dda95638
a12115e8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
HomeFragment.kt
.../com/base/filerecoveryrecyclebin/fragment/HomeFragment.kt
+1
-1
No files found.
app/src/main/java/com/base/filerecoveryrecyclebin/fragment/HomeFragment.kt
View file @
e74604d0
...
@@ -65,7 +65,7 @@ class HomeFragment : BaseFragment<FragmentHome3Binding>() {
...
@@ -65,7 +65,7 @@ class HomeFragment : BaseFragment<FragmentHome3Binding>() {
override
fun
setListener
()
{
override
fun
setListener
()
{
binding
.
flScan
.
setOnClickListener
{
binding
.
flScan
.
setOnClickListener
{
val
jumpJunkFirstAd
=
AppPreferences
.
getInstance
().
getString
(
"
jumpJunkFirst
Ad"
,
"0"
).
toInt
()
val
jumpJunkFirstAd
=
AppPreferences
.
getInstance
().
getString
(
"
isjunkPlay
Ad"
,
"0"
).
toInt
()
if
(
jumpJunkFirstAd
==
1
){
if
(
jumpJunkFirstAd
==
1
){
startActivity
(
Intent
(
requireContext
(),
ScanJunk2Activity
::
class
.
java
))
startActivity
(
Intent
(
requireContext
(),
ScanJunk2Activity
::
class
.
java
))
}
else
{
}
else
{
...
...
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