Skip to content
Snippets Groups Projects
Commit d97dcfff authored by akwizgran's avatar akwizgran
Browse files

Merge branch 'no_screenfilter_warning_splash' into 'master'

Don't show screenfilter warning in SplashScreenActivity

See merge request !832
parents e166d9dd 8b10b7ed
No related branches found
No related tags found
No related merge requests found
......@@ -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