This commit is contained in:
Milos Kozak 2022-04-26 11:28:36 +02:00
parent a30c5d4a29
commit 8edb23069a

View file

@ -58,7 +58,7 @@ public class InsightPairingActivity extends NoSplashAppCompatActivity implements
private RecyclerView deviceList;
private final DeviceAdapter deviceAdapter = new DeviceAdapter();
private final int PERMISSION_REQUEST_BLUETOOTH = 30242;
private static final int PERMISSION_REQUEST_BLUETOOTH = 30242;
private InsightConnectionService service;