mirror of
https://github.com/oliexdev/openScale.git
synced 2025-09-03 05:12:42 +02:00
Remove time preference dialog title
According to reports on the internet this may make the dialog work in landscape mode also on devices where it doesn't work with the title. Fix #277
This commit is contained in:
@@ -44,6 +44,7 @@ public class TimePreferenceDialog extends DialogPreference {
|
||||
|
||||
setPositiveButtonText(R.string.label_ok);
|
||||
setNegativeButtonText(R.string.label_cancel);
|
||||
setDialogTitle(null);
|
||||
calendar = Calendar.getInstance();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user