commit
1c1ef4878b
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
android:layout="@layout/preference_button"
|
||||
android:persistent="false"
|
||||
android:title="@string/reorder_profiles"
|
||||
app:fragment="net.osmand.plus.profiles.fragments.EditProfilesFragment"
|
||||
app:fragment="net.osmand.plus.profiles.EditProfilesFragment"
|
||||
tools:icon="@drawable/ic_action_edit_dark" />
|
||||
|
||||
<Preference
|
||||
|
|
|
@ -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