Skip to content

Commit 4ac9e89

Browse files
authored
Update alarm_ring_view.dart (#797)
1 parent 98b12fe commit 4ac9e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/app/modules/alarmRing/views/alarm_ring_view.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class AlarmControlView extends GetView<AlarmControlController> {
213213
arguments: controller.currentlyRingingAlarm.value,
214214
);
215215
} else {
216-
Get.offNamed(
216+
Get.offAllNamed(
217217
'/bottom-navigation-bar',
218218
arguments: controller.currentlyRingingAlarm.value,
219219
);

0 commit comments

Comments
 (0)