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
3bb9270b
Commit
3bb9270b
authored
Jun 30, 2025
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[修改]混淆时的问题
parent
c03a26b1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
BaseActivity.kt
app/src/main/java/com/ritoq/quickphone/base/BaseActivity.kt
+1
-0
dialog_app_exit.xml
app/src/main/res/layout/dialog_app_exit.xml
+1
-1
No files found.
app/src/main/java/com/ritoq/quickphone/base/BaseActivity.kt
View file @
3bb9270b
...
...
@@ -153,6 +153,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/res/layout/dialog_app_exit.xml
View file @
3bb9270b
...
...
@@ -18,7 +18,7 @@
android:layout_width=
"64dp"
android:layout_height=
"64dp"
android:layout_marginTop=
"30dp"
android:src=
"@mipmap/logo
_corners
"
android:src=
"@mipmap/logo"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
/>
...
...
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