commit
a06524ccee
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import 'dart:async';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:sentry_flutter/sentry_flutter.dart';
|
||||
|
||||
|
|
@ -41,7 +39,7 @@ class PangeaAnyState {
|
|||
|
||||
void closeOverlay() {
|
||||
if (overlay != null) {
|
||||
overlay!.remove();
|
||||
overlay?.remove();
|
||||
overlay = null;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue