TOSSheet: Migrate to navigation components

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-07-24 23:48:20 +05:30
parent 3a02f8b178
commit c0af12c23f
4 changed files with 12 additions and 24 deletions

View File

@@ -336,4 +336,9 @@
app:popUpTo="@id/mobile_navigation"
app:popUpToInclusive="true" />
</fragment>
<dialog
android:id="@+id/TOSSheet"
android:name="com.aurora.store.view.ui.sheets.TOSSheet"
android:label="TOSSheet"
tools:layout="@layout/sheet_tos" />
</navigation>