mirror of https://github.com/M66B/FairEmail.git
Enable print dialog again
This commit is contained in:
parent
513261fdf1
commit
29a6e237e2
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue