Skip to content

Commit b384739

Browse files
Emre EsenEmre Esen
authored andcommitted
static analysis fix
1 parent f3779f3 commit b384739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/progress_dialog.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,9 @@ class ProgressDialog {
191191
splashColor: Colors.transparent,
192192
onTap: () {
193193
close();
194-
if (cancel.cancelClicked != null)
194+
if (cancel.cancelClicked != null) {
195195
cancel.cancelClicked!();
196+
}
196197
},
197198
child: Image(
198199
width: cancel.cancelImageSize,

0 commit comments

Comments
 (0)