Skip to content
Snippets Groups Projects
Commit d4934040 authored by goapunk's avatar goapunk
Browse files

Don't show screenfilter warning in StartupFailureActivity


Signed-off-by: default avatargoapunk <noobie@goapunks.net>
parent 3449677b
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