Skip to content
Snippets Groups Projects
Commit c1f11e3e authored by Maximilian Betz's avatar Maximilian Betz
Browse files

minor UX modifications

parent f018973a
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ class _EditEventPageState extends State<EditEvent> {
@override
void dispose() async {
try {
_overlayEntry.remove();
//_overlayEntry.remove();
}catch(e){
debugPrint('Dispose error on overlay remove: ' + e.toString());
}
......@@ -153,7 +153,7 @@ class _EditEventPageState extends State<EditEvent> {
}
_overlayCloseTimer = Timer(
const Duration(seconds: 3),
const Duration(seconds: 3 ),
() {
try {
_overlayEntry.remove(); // Allow only one Overlay Popup. NOTE: Is this a quick an dirty or a proper solution?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment