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
c943808e
Commit
c943808e
authored
Jun 18, 2025
by
wanglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[修复]修复bug
parent
f7b1b5a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+0
-3
HomeFragment.kt
app/src/main/java/com/rgt/superr/ui/main/HomeFragment.kt
+1
-1
No files found.
app/src/main/AndroidManifest.xml
View file @
c943808e
...
...
@@ -210,9 +210,6 @@
<meta-data
android:name=
"com.facebook.sdk.ApplicationId"
android:value=
"@string/facebook_app_id"
/>
<meta-data
android:name=
"com.trustlook.ApiKey"
android:value=
"59d819bc2ebe7ad648beb3ed7da424b1da1a963750e1a163a1ef79c4"
/>
</application>
</manifest>
\ No newline at end of file
app/src/main/java/com/rgt/superr/ui/main/HomeFragment.kt
View file @
c943808e
...
...
@@ -167,7 +167,7 @@ class HomeFragment : BaseFragment<FragmentHome3Binding>(FragmentHome3Binding::in
launch
(
Dispatchers
.
Main
)
{
binding
.
tvUsed
.
text
=
usedStorageSize
.
toFormatSize
(
1
)
binding
.
tvTotal
.
text
=
"/"
+
used
StorageSize
.
toFormatSize
(
1
)
binding
.
tvTotal
.
text
=
"/"
+
total
StorageSize
.
toFormatSize
(
1
)
binding
.
circleProgress
.
setProgressWithAnimation
(
percent
.
toFloat
(),
duration
=
1000L
,
startDelay
=
200L
)
}
}
...
...
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