Skip to content

Commit

Permalink
optimized permission structure and bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishith4545 committed Jan 12, 2025
1 parent 9a529f8 commit 58a1c89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ class CustomImageVideoListDialogFragment(
if ((customImageVideoListAdapter?.getItems()
?.filter { data -> data.isImageSelected } as ArrayList<FileEntry>).isEmpty()
) {
progressCircular.hide()
Toast.makeText(requireContext(), "Please select media", Toast.LENGTH_SHORT).show()
} else {

Expand Down

0 comments on commit 58a1c89

Please sign in to comment.