mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 21:29:54 +01:00
Don't show screenfilter warning in StartupFailureActivity
Signed-off-by: goapunk <noobie@goapunks.net>
This commit is contained in:
@@ -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) {
|
private void handleIntent(Intent i) {
|
||||||
StartResult result = (StartResult) i.getSerializableExtra("briar.START_RESULT");
|
StartResult result = (StartResult) i.getSerializableExtra("briar.START_RESULT");
|
||||||
int notificationId = i.getIntExtra("briar.FAILURE_NOTIFICATION_ID", -1);
|
int notificationId = i.getIntExtra("briar.FAILURE_NOTIFICATION_ID", -1);
|
||||||
|
|||||||
Reference in New Issue
Block a user