Fix selected profile for settings screen
This commit is contained in:
parent
7613e087f6
commit
972d01d2e0
1 changed files with 1 additions and 1 deletions
|
@ -899,7 +899,7 @@ public abstract class BaseSettingsFragment extends PreferenceFragmentCompat impl
|
|||
}
|
||||
|
||||
public static boolean showInstance(FragmentActivity activity, SettingsScreenType screenType, @Nullable ApplicationMode appMode) {
|
||||
return showInstance(activity, screenType, null, new Bundle());
|
||||
return showInstance(activity, screenType, appMode, new Bundle());
|
||||
}
|
||||
|
||||
public static boolean showInstance(FragmentActivity activity, SettingsScreenType screenType,
|
||||
|
|
Loading…
Reference in a new issue