mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-29 20:48:40 +00:00
@@ -107,8 +107,7 @@ class _EditProfilePageState extends State<EditProfilePage> {
|
||||
),
|
||||
onTap: () {
|
||||
EasyThrottle.throttle(
|
||||
'imagePicker', const Duration(milliseconds: 500),
|
||||
() async {
|
||||
'imagePicker', const Duration(milliseconds: 500), () {
|
||||
_pickImg(theme);
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user