0
0
Fork 0
mirror of https://github.com/YTVanced/VancedManager synced 2024-11-22 19:25:11 +00:00

fixed crash

This commit is contained in:
X1nto 2020-06-02 18:02:07 +04:00
parent af3d543d27
commit 018681ae2c

View file

@ -78,15 +78,6 @@
app:popEnterAnim="@animator/fragment_enter_left"
app:popExitAnim="@animator/fragment_exit_right" />
<action
app:destination="@id/home_fragment"
app:enterAnim="@animator/fragment_enter_left"
app:exitAnim="@animator/fragment_exit_right"
app:popEnterAnim="@animator/fragment_enter_right"
app:popExitAnim="@animator/fragment_exit_left"
app:popUpTo="@id/home_fragment"
app:popUpToInclusive="true"/>
</fragment>
<fragment
@ -110,22 +101,7 @@
<fragment
android:id="@+id/secret_settings_fragment"
android:name="com.vanced.manager.ui.fragments.SecretSettingsFragment"
android:label="Secret Settings">
<action
android:id="@+id/toDevSettingsFragment"
app:destination="@id/dev_settings_fragment"
app:enterAnim="@animator/fragment_enter"
app:exitAnim="@animator/fragment_exit"
app:popEnterAnim="@animator/fragment_enter_pop"
app:popExitAnim="@animator/fragment_exit_pop" />
</fragment>
<fragment
android:id="@+id/dev_settings_fragment"
android:name="com.vanced.manager.ui.fragments.DevSettingsFragment"
android:label="Dev Settings" />
android:label="Secret Settings"/>
<action
app:destination="@id/home_fragment"