mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 15:37:32 +00:00
Fix "Advanced PIN settings" pushing wrong fragment.
This commit is contained in:

committed by
Greyson Parrelli

parent
dd630abd0e
commit
6df839612d
@@ -67,7 +67,7 @@ public class AdvancedPreferenceFragment extends CorrectedPreferenceFragment {
|
||||
|
||||
Preference pinSettings = this.findPreference(ADVANCED_PIN_PREF);
|
||||
pinSettings.setOnPreferenceClickListener(preference -> {
|
||||
getApplicationPreferencesActivity().pushFragment(new AdvancedPreferenceFragment());
|
||||
getApplicationPreferencesActivity().pushFragment(new AdvancedPinPreferenceFragment());
|
||||
return false;
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user