1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-14 00:11:40 +00:00

Add back screen transitions with option to disable them

This commit is contained in:
Ammar Githam 2021-07-04 02:40:38 +09:00
parent 8a88f90281
commit 97490d5c0b
8 changed files with 116 additions and 136 deletions

View file

@ -60,7 +60,7 @@
<androidx.fragment.app.FragmentContainerView
android:id="@+id/main_nav_host"
android:name="androidx.navigation.fragment.NavHostFragment"
android:name="awais.instagrabber.customviews.BarinstaNavHostFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"

View file

@ -515,4 +515,5 @@
<string name="share_via_dm">Share via DM</string>
<string name="share_link">Share link…</string>
<string name="slide_to_cancel">Slide to Cancel</string>
<string name="disable_screen_transitions">Disable screen transitions</string>
</resources>