Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
A
appzxhy
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
appzxhy
Commits
6e4f52f4
Commit
6e4f52f4
authored
Jun 27, 2025
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[打包]打包发现的问题
parent
ef7b6034
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
52 additions
and
102 deletions
+52
-102
GetInfo.py
app/GetInfo.py
+48
-101
BaseActivity.kt
app/src/main/java/com/dumpster/cleaner/base/BaseActivity.kt
+1
-0
JunkCleanActivity.kt
...n/java/com/dumpster/cleaner/ui/clean/JunkCleanActivity.kt
+3
-1
No files found.
app/GetInfo.py
View file @
6e4f52f4
This diff is collapsed.
Click to expand it.
app/src/main/java/com/dumpster/cleaner/base/BaseActivity.kt
View file @
6e4f52f4
...
...
@@ -160,6 +160,7 @@ abstract class BaseActivity<VB : ViewBinding>(
// intent.addFlags(Intent.FLAG_ACTIVITY_REORDER_TO_FRONT)
intent
.
addFlags
(
Intent
.
FLAG_ACTIVITY_CLEAR_TOP
or
Intent
.
FLAG_ACTIVITY_SINGLE_TOP
)
startActivity
(
intent
)
finish
()
}
var
dialog
:
Dialog
?
=
null
...
...
app/src/main/java/com/dumpster/cleaner/ui/clean/JunkCleanActivity.kt
View file @
6e4f52f4
...
...
@@ -136,7 +136,9 @@ class JunkCleanActivity : BaseActivity<ActivityJunkCleanBinding>(ActivityJunkCle
setClean
()
AdsMgr
.
showInsert
(
this
,
true
,
showCallBack
=
object
:
AdsShowCallBack
()
{
override
fun
next
()
{
binding
.
idShouzhi
.
visibility
=
View
.
VISIBLE
if
(
total
>
0L
)
{
binding
.
idShouzhi
.
visibility
=
View
.
VISIBLE
}
}
})
}
...
...
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