mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-27 13:55:54 +08:00
login/exp log
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -177,7 +177,7 @@ class _EditProfilePageState extends State<EditProfilePage> {
|
||||
onTap: () => showDatePicker(
|
||||
context: context,
|
||||
initialDate: DateTime.parse(response.birthday!),
|
||||
firstDate: DateTime(1900, 1, 1),
|
||||
firstDate: DateTime(0001, 1, 1),
|
||||
lastDate: DateTime.now(),
|
||||
).then((res) {
|
||||
if (res != null) {
|
||||
|
||||
Reference in New Issue
Block a user