mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 21:59:54 +01:00
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:
@@ -89,7 +89,6 @@ public class HotspotIntroFragment extends Fragment {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void onButtonClick(View view) {
|
private void onButtonClick(View view) {
|
||||||
startButton.setEnabled(false);
|
|
||||||
startHotspotIfConditionsFulfilled();
|
startHotspotIfConditionsFulfilled();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user