Commit f556bb12 authored by wanglei's avatar wanglei

...

parent 02c3c8a5
...@@ -100,9 +100,6 @@ class HomeFragment : BaseFragment<FragmentHome3Binding>() { ...@@ -100,9 +100,6 @@ class HomeFragment : BaseFragment<FragmentHome3Binding>() {
override fun onResume() { override fun onResume() {
super.onResume() super.onResume()
binding.lottie.resumeAnimation() binding.lottie.resumeAnimation()
if (requireContext().checkStorePermission()) {
(requireActivity() as MainActivity).initPhotoSize()
}
} }
} }
\ No newline at end of file
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