mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-28 12:44:34 +01:00
Fix media selection dismissing when deselecting last item.
This commit is contained in:
@@ -12,7 +12,12 @@
|
||||
tools:layout="@layout/fragment_container">
|
||||
<action
|
||||
android:id="@+id/action_mediaCaptureFragment_to_mediaGalleryFragment"
|
||||
app:destination="@id/mediaGalleryFragment" />
|
||||
app:destination="@id/mediaGalleryFragment">
|
||||
<argument
|
||||
android:name="suppressEmptyError"
|
||||
android:defaultValue="true"
|
||||
app:argType="boolean" />
|
||||
</action>
|
||||
<action
|
||||
android:id="@+id/action_mediaCaptureFragment_to_textStoryPostCreationFragment"
|
||||
app:destination="@id/textStoryPostCreationFragment"
|
||||
|
||||
Reference in New Issue
Block a user