Showing
1 changed file
with
1 additions
and
0 deletions
@@ -197,6 +197,7 @@ extension ExtensionDialog on GetInterface { | @@ -197,6 +197,7 @@ extension ExtensionDialog on GetInterface { | ||
197 | ), | 197 | ), |
198 | onPressed: () { | 198 | onPressed: () { |
199 | if (onCancel == null) { | 199 | if (onCancel == null) { |
200 | + //TODO: Close current dialog after api change | ||
200 | closeAllDialogs(); | 201 | closeAllDialogs(); |
201 | } else { | 202 | } else { |
202 | onCancel.call(); | 203 | onCancel.call(); |
-
Please register or login to post a comment