Skip to content

Commit

Permalink
disable mark all as read button when theres no notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuljeet1998 committed Sep 25, 2024
1 parent 39db726 commit 50f5650
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class NotificationFragment : Fragment() {
fragmentNotificationBinding.btnMarkAllAsRead.setOnClickListener {
markAllAsRead()
}

updateMarkAllAsReadButtonVisibility()
return fragmentNotificationBinding.root
}

Expand Down

0 comments on commit 50f5650

Please sign in to comment.