Skip to content

Commit 6cea2a6

Browse files
authored
fix : Exiting Preview Shows Error Page (#787)
* changes1 * Update bottom_navigation_bar_view.dart
1 parent cb54647 commit 6cea2a6

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
@@ -251,7 +251,7 @@ class AlarmControlView extends GetView<AlarmControlController> {
251251
child: TextButton(
252252
onPressed: () {
253253
Utils.hapticFeedback();
254-
Get.offNamed('/bottom-navigation-bar');
254+
Get.offAllNamed('/bottom-navigation-bar');
255255
},
256256
child: Text(
257257
'Exit Preview'.tr,

0 commit comments

Comments
 (0)