mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 13:49:53 +01:00
Don't show screenfilter warning here
This commit is contained in:
@@ -80,4 +80,10 @@ public class SplashScreenActivity extends BaseActivity {
|
|||||||
PreferenceManager.setDefaultValues(SplashScreenActivity.this,
|
PreferenceManager.setDefaultValues(SplashScreenActivity.this,
|
||||||
R.xml.panic_preferences, false));
|
R.xml.panic_preferences, false));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Don't show any warnings here
|
||||||
|
@Override
|
||||||
|
public boolean shouldAllowTap() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user