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
Branches no_screenfilter_warning_splash
No related tags found
No related merge requests found
Pipeline #
......@@ -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;
}
}
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