mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-09 04:19:36 +00:00
Revert changes to show_pop_up.dart
This commit is contained in:
parent
fa54ebe855
commit
9a5244ffed
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Future<T?> showPopUp<T>({
|
|||
bool useSafeArea = false,
|
||||
bool useRootNavigator = true,
|
||||
RouteSettings? routeSettings
|
||||
}) async {
|
||||
}) {
|
||||
return showDialog<T>(
|
||||
context: context,
|
||||
builder: builder,
|
||||
|
|
Loading…
Reference in a new issue