File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
flutter/bean_bot/lib/pages Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ class _DebugPageState extends State<DebugPage> {
34
34
title: const Text ('Debug Menu' ),
35
35
),
36
36
body: ListView (children: [
37
- // Creates the connection indicator on top of the screen. \
37
+ // Creates the connection indicator on top of the screen.
38
38
_buildConnectionStateText (
39
39
_prepareStateMessageFrom (appState.getAppConnectionState),
40
40
setColor (appState.getAppConnectionState),
Original file line number Diff line number Diff line change @@ -1141,6 +1141,8 @@ class _HomePageState extends State<HomePage> {
1141
1141
if (currentOrderState.getFirstOrder == '' &&
1142
1142
currentOrderState.getSecondOrder == '' ) {
1143
1143
_publishMessage (currentAppState.getOrderMessage, "order1" );
1144
+ } else if (currentOrderState.getFirstOrder != '' && currentOrderState.getSecondOrder == '' ) {
1145
+ _publishMessage (currentAppState.getOrderMessage, "order2" );
1144
1146
}
1145
1147
currentOrderState.setOrder (currentOrder);
1146
1148
currentOrderState
You can’t perform that action at this time.
0 commit comments