Commit 941fdb8

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2024-06-07 08:40:22
fix typo
Signed-off-by: derdilla <82763757+NobodyForNothing@users.noreply.github.com>
1 parent 61c5d0a
Changed files (1)
app
lib
app/lib/bluetooth/bluetooth_cubit.dart
@@ -51,7 +51,7 @@ class BluetoothCubit extends Cubit<BluetoothState> {
             .onDeniedCallback(() => _onAdapterStateChanged(state));
         } else {
           emit(BluetoothUnauthorized());
-        }sta
+        }
       case BluetoothAdapterState.off:
       case BluetoothAdapterState.turningOff:
       case BluetoothAdapterState.turningOn: