Skip to content

Commit

Permalink
Merge branch 'master' into dev-chto
Browse files Browse the repository at this point in the history
  • Loading branch information
bootloopmaster636 authored Oct 30, 2023
2 parents 9d1b488 + dce7cd3 commit 0fae275
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/displayLayers/OverlayLayer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,7 @@ class StartAtSection extends ConsumerWidget {
style: const TextStyle(fontSize: 20),
),
onTap: () async {
ref
.read(timerProvider)
.setStartAt(await showTimePickerDialog(context));
ref.read(timerProvider).setStartAt(await showTimePickerDialog(context));
},
),
],
Expand Down

0 comments on commit 0fae275

Please sign in to comment.