mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
Remove 0 items toast.
This commit is contained in:
committed by
Cody Henthorne
parent
7511a9ae8c
commit
fa2d3e93ae
@@ -64,8 +64,6 @@ class MediaSelectionGalleryFragment : Fragment(R.layout.fragment_container), Med
|
||||
is MediaValidator.FilterError.NoItems -> {
|
||||
if (error.cause != null) {
|
||||
handleError(error.cause)
|
||||
} else {
|
||||
Toast.makeText(requireContext(), R.string.MediaReviewFragment__one_or_more_items_were_invalid, Toast.LENGTH_SHORT).show()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user