mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +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,
|
||||
R.xml.panic_preferences, false));
|
||||
}
|
||||
|
||||
// Don't show any warnings here
|
||||
@Override
|
||||
public boolean shouldAllowTap() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user