Commit c943808e authored by wanglei's avatar wanglei

[修复]修复bug

parent f7b1b5a1
......@@ -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
......@@ -167,7 +167,7 @@ class HomeFragment : BaseFragment<FragmentHome3Binding>(FragmentHome3Binding::in
launch(Dispatchers.Main) {
binding.tvUsed.text = usedStorageSize.toFormatSize(1)
binding.tvTotal.text = "/" + usedStorageSize.toFormatSize(1)
binding.tvTotal.text = "/" + totalStorageSize.toFormatSize(1)
binding.circleProgress.setProgressWithAnimation(percent.toFloat(), duration = 1000L, startDelay = 200L)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment