Do not open discovery activity for new installs, there is the + button, and previously that was only for Android 6 an earlier anyway

This commit is contained in:
Andreas Shimokawa
2025-11-02 07:43:59 +01:00
parent ae0aa6df63
commit d5d21f531c
@@ -189,10 +189,6 @@ public class DevicesFragment extends Fragment {
refreshPairedDevices(); refreshPairedDevices();
if (GB.isBluetoothEnabled() && deviceList.isEmpty()) {
startActivity(new Intent(getActivity(), DiscoveryActivityV2.class));
}
return currentView; return currentView;
} }