mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Add missing space
This commit is contained in:
parent
91be430dbb
commit
87e670a520
@ -148,7 +148,7 @@ Future<bool> showConfirmDialog({
|
||||
|
||||
// Avoid potential theme issues
|
||||
var ctx = Scaffold.of(context).context;
|
||||
ctx = ctx!= null ? ctx : context;
|
||||
ctx = ctx != null ? ctx : context;
|
||||
|
||||
final result = await showDialog<bool>(
|
||||
context: ctx,
|
||||
|
Loading…
Reference in New Issue
Block a user