Don't disable hotspot start button after click

to avoid issues when coming back to the screen after granting permissions.
This commit is contained in:
Torsten Grote
2023-06-27 11:45:40 -03:00
parent fdb429ab7a
commit d19062e319

View File

@@ -89,7 +89,6 @@ public class HotspotIntroFragment extends Fragment {
}
private void onButtonClick(View view) {
startButton.setEnabled(false);
startHotspotIfConditionsFulfilled();
}