Skip to content
Snippets Groups Projects
Verified Commit 8b10b7ed authored by Julian Dehm's avatar Julian Dehm
Browse files

Don't show screenfilter warning here

parent a8a02b9e
No related branches found
No related tags found
Loading
Pipeline #
...@@ -80,4 +80,10 @@ public class SplashScreenActivity extends BaseActivity { ...@@ -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;
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment