Don't show screenfilter warning in StartupFailureActivity

Signed-off-by: goapunk <noobie@goapunks.net>
This commit is contained in:
goapunk
2017-05-22 12:39:29 +02:00
parent 3449677b24
commit d4934040d9

View File

@@ -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);