Address review feedback for Connect via Bluetooth UI

This commit is contained in:
Torsten Grote
2021-04-20 12:21:25 -03:00
parent 0b89d29c7d
commit ea5280713f
9 changed files with 27 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ public class BrambleCoreIntegrationTestModule {
}
@Override
public boolean shouldEnableConnectViewBluetooth() {
public boolean shouldEnableConnectViaBluetooth() {
return true;
}
};