Browse Source

minor issue fixes

new_design
Mohan Shiwakoti 1 year ago
parent
commit
6812e567da
  1. 1
      app/src/main/java/com/remit/jmecustomer/features/homeV3/view/HomeFragmentV3.kt

1
app/src/main/java/com/remit/jmecustomer/features/homeV3/view/HomeFragmentV3.kt

@ -159,6 +159,7 @@ class HomeFragmentV3 : BaseFragment(), View.OnClickListener,
showNotificationView(homeViewRelatedDTOV2.homeNotificationViewDTO)
} else {
homeViewModel?.notificationViewActive = false
focusHome(true)
removeNotification()
}
homeViewModel?.showChangedNotification(homeViewRelatedDTOV2.notificationCount)

Loading…
Cancel
Save