Check if peer has connected
1 unresolved thread
1 unresolved thread
This is just first test code. We should check if it works with our devices.
Merge request reports
Activity
changed milestone to %Install via Bluetooth or Wi-Fi
added Sponsor 6 label
97 99 webServerManager.startWebServer(); 98 100 } 99 101 102 @Override 103 public void onDeviceConnected() { 104 Toast.makeText(getApplication(), R.string.connected_toast, LENGTH_LONG) 105 .show(); 106 } - Resolved by Torsten Grote
added 1 commit
- 7186a898 - Add comment concerning SecurityException/AssertionError
Looks good to me. I just added the comment above that we also have in the real briar app. From my point of view this can be merged now. @grote I don't assume you have any objections but still it seems more appropriate to me if you hit the merge button now.
mentioned in commit 85b35042
Please register or sign in to reply