Show snooze day name

This commit is contained in:
M66B
2019-01-11 06:28:50 +00:00
parent cd3bf886f2
commit 3edb452c91
2 changed files with 2 additions and 3 deletions

View File

@@ -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);