mirror of
https://github.com/YTVanced/VancedManager
synced 2024-11-22 19:25:11 +00:00
fixed crash
This commit is contained in:
parent
af3d543d27
commit
018681ae2c
1 changed files with 1 additions and 25 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue