feat: implemented updating shared items through dialog

This commit is contained in:
antonio 2023-09-17 16:43:09 +02:00
parent 077d22167c
commit f172a00fb7
7 changed files with 209 additions and 0 deletions

View file

@ -330,4 +330,9 @@
android:name="com.cappielloantonio.tempo.ui.fragment.bottomsheetdialog.PodcastChannelBottomSheetDialog"
android:label="PodcastChannelBottomSheetDialog"
tools:layout="@layout/bottom_sheet_podcast_channel_dialog" />
<dialog
android:id="@+id/shareBottomSheetDialog"
android:name="com.cappielloantonio.tempo.ui.fragment.bottomsheetdialog.ShareBottomSheetDialog"
android:label="ShareBottomSheetDialog"
tools:layout="@layout/bottom_sheet_share_dialog" />
</navigation>