Fix that the animation is stopped after dismissing the share screen

This commit is contained in:
Manabu Nakazawa 2020-06-20 13:43:12 +10:00
parent c16533add6
commit b1c9faf45b

View file

@ -200,6 +200,7 @@ class HomeFragment : BaseFragment(), EasyPermissions.PermissionCallbacks {
if (isAllPermissionsEnabled) {
home_header_picture_setup_complete.setAnimation("spinner_home.json")
home_header_picture_setup_complete.resumeAnimation()
content_setup_incomplete_group.visibility = GONE
ContextCompat.getColor(it, R.color.lighter_green).let { bgColor ->
header_background.setBackgroundColor(bgColor)