Fix selected profile for settings screen

This commit is contained in:
Vitaliy 2020-10-26 13:28:13 +02:00
parent 7613e087f6
commit 972d01d2e0

View file

@ -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,