mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 14:51:51 -04:00
Fix empty dialog...
This commit is contained in:
parent
56b58126f6
commit
627de51fb0
@ -21,17 +21,4 @@ public class LauncherPreferenceFragment extends PreferenceFragmentCompat
|
|||||||
seek2.setMax(1000);
|
seek2.setMax(1000);
|
||||||
seek2.setValue(500);
|
seek2.setValue(500);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void onDisplayPreferenceDialog(Preference preference) {
|
|
||||||
/*
|
|
||||||
if (preference instanceof DialogPreference) {
|
|
||||||
DialogFragment dialogFragment = new DialogFragment();
|
|
||||||
dialogFragment.setTargetFragment(this, 0);
|
|
||||||
dialogFragment.show(getFragmentManager(), null);
|
|
||||||
} else
|
|
||||||
*/
|
|
||||||
|
|
||||||
super.onDisplayPreferenceDialog(preference);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user