Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
S
SuperEasyClean
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
songjianyu
SuperEasyClean
Commits
e880bfa6
Commit
e880bfa6
authored
Jun 11, 2025
by
songjianyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[修复] 相似图片退出标题和内容
parent
8d88e1ac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
MyApplication.kt
app/src/main/java/com/base/appzxhy/MyApplication.kt
+1
-1
FunctionBackDialog.kt
...ain/java/com/base/appzxhy/ui/dialog/FunctionBackDialog.kt
+2
-2
strings.xml
app/src/main/res/values/strings.xml
+2
-0
No files found.
app/src/main/java/com/base/appzxhy/MyApplication.kt
View file @
e880bfa6
...
...
@@ -256,7 +256,7 @@ class MyApplication : Application() {
}
private
fun
initConfig
(
config
:
String
=
spConfig
)
{
if
(
config
.
isEmpty
())
return
if
(
!
config
.
isEmpty
())
return
// kotlin.runCatching {
val
configBean
=
Gson
().
fromJson
(
config
,
ConfigBean
::
class
.
java
)
...
...
app/src/main/java/com/base/appzxhy/ui/dialog/FunctionBackDialog.kt
View file @
e880bfa6
...
...
@@ -61,8 +61,8 @@ class FunctionBackDialog(
}
is
SimilarPhotosActivity
->
{
binding
.
tvTitle
.
text
=
activity
.
getString
(
R
.
string
.
exit_screenshot_cleaner
)
binding
.
tvContent
.
text
=
activity
.
getString
(
R
.
string
.
exit_s
creenshot
_cleaner_content
)
binding
.
tvTitle
.
text
=
activity
.
getString
(
R
.
string
.
Exit_Similar_Photos
)
binding
.
tvContent
.
text
=
activity
.
getString
(
R
.
string
.
exit_s
imilar
_cleaner_content
)
}
is
VideoCleanActivity
->{
binding
.
tvTitle
.
text
=
activity
.
getString
(
R
.
string
.
Exit_Video_Clean
)
...
...
app/src/main/res/values/strings.xml
View file @
e880bfa6
...
...
@@ -151,4 +151,6 @@ Please rest assured that we will handle your information in strict accordance wi
<string
name=
"Screenshot"
>
Screenshot
</string>
<string
name=
"Exit_Video_Clean"
>
Exit_Video_Clean
</string>
<string
name=
"Exit_Video_Clean_Content"
>
>Exit Video Clean? Undeleted video might be using space
</string>
<string
name=
"Exit_Similar_Photos"
>
Exit similar photos clean
</string>
<string
name=
"exit_similar_cleaner_content"
>
Exit Screenshot Clean? Undeleted similar photos might be using space.
</string>
</resources>
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