Skip to content
Snippets Groups Projects
Unverified Commit f6cdbda5 authored by Ernir Erlingsson's avatar Ernir Erlingsson
Browse files
parents 855c600a ea6e8303
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,11 @@ public class StartupFailureActivity extends BaseActivity {
}
@Override
protected void showNewScreenFilterWarning() {
// Don't show here, service might not be available
}
private void handleIntent(Intent i) {
StartResult result = (StartResult) i.getSerializableExtra("briar.START_RESULT");
int notificationId = i.getIntExtra("briar.FAILURE_NOTIFICATION_ID", -1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment