Skip to content

Commit 515d93e

Browse files
authored
convert 3 lines to 1 line
1 parent 4b2a175 commit 515d93e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/widgets/dialog.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,7 @@ class UpgradeWelcomeDialog extends StatelessWidget {
217217

218218
await future; // Wait for the dialog to be dismissed.
219219

220-
await globalSettings.setBool(
221-
BoolGlobalSetting.upgradeWelcomeDialogShown,
222-
true,
223-
);
220+
await globalSettings.setBool(BoolGlobalSetting.upgradeWelcomeDialogShown, true);
224221
}
225222

226223
static const String _announcementUrl =

0 commit comments

Comments
 (0)