Skip to content

Commit 4b42348

Browse files
Start BluetoothLeService before daily disclaimer.
Signed-off-by: Keith Conger <keith.conger@blackboxembedded.com>
1 parent 41f4421 commit 4b42348

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/com/blackboxembedded/WunderLINQ/MainActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,11 +236,11 @@ public void onSwipeRight() {
236236
return;
237237
}
238238

239-
dailyDisclaimerWarning();
240-
241239
ContextCompat.registerReceiver(this, mGattUpdateReceiver, makeGattUpdateIntentFilter(), ContextCompat.RECEIVER_EXPORTED);
242240

243241
bluetoothLeService = new Intent(MainActivity.this, BluetoothLeService.class);
242+
243+
dailyDisclaimerWarning();
244244
}
245245

246246

0 commit comments

Comments
 (0)