mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-18 06:45:03 -05:00
Hide CalendarView in tablets
This commit is contained in:
parent
0a12c41ca9
commit
50813ef188
@ -129,6 +129,9 @@ public class KeyEditor extends LinearLayout implements Editor, OnClickListener {
|
||||
}
|
||||
}
|
||||
});
|
||||
//setCalendarViewShown() is supported from API 11 onwards.
|
||||
if (android.os.Build.VERSION.SDK_INT >= 11)
|
||||
dialog.getDatePicker().setCalendarViewShown(false);
|
||||
dialog.show();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user