mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-13 12:33:42 +02:00
Show snooze day name
This commit is contained in:
@@ -1203,8 +1203,6 @@ public class FragmentMessages extends FragmentEx {
|
||||
}
|
||||
|
||||
private void onActionSnooze() {
|
||||
final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getContext());
|
||||
|
||||
final View dview = LayoutInflater.from(getContext()).inflate(R.layout.dialog_duration, null);
|
||||
final NumberPicker npHours = dview.findViewById(R.id.npHours);
|
||||
final NumberPicker npDays = dview.findViewById(R.id.npDays);
|
||||
|
||||
Reference in New Issue
Block a user