Don't show screenfilter warning here

This commit is contained in:
goapunk
2018-06-13 12:36:43 +02:00
parent a8a02b9e45
commit 8b10b7ed23

View File

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