1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 06:53:23 +00:00

Add missing space

This commit is contained in:
Pierre HUBERT 2020-05-06 18:26:56 +02:00
parent 91be430dbb
commit 87e670a520

View File

@ -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,