Enable print dialog again

This commit is contained in:
M66B 2020-11-22 11:34:49 +01:00
parent 513261fdf1
commit 29a6e237e2
1 changed files with 2 additions and 0 deletions

View File

@ -386,6 +386,8 @@ public class ApplicationEx extends Application implements SharedPreferences.OnSh
editor.remove("parse_classes");
else if (version < 1401)
editor.remove("tcp_keep_alive");
else if (version < 1407)
editor.remove("print_html_confirmed");
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");