mirror of
https://github.com/AU-COVIDSafe/mobile-android.git
synced 2025-04-04 13:54:58 +00:00
Fix that the animation is stopped after dismissing the share screen
This commit is contained in:
parent
c16533add6
commit
b1c9faf45b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue