mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user