mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Enabled overview mode by default for new installs
This commit is contained in:
@@ -140,7 +140,7 @@ public class ActivitySignature extends ActivityBase {
|
||||
public void onClick(View view) {
|
||||
Bundle args = new Bundle();
|
||||
args.putString("html", getHtml());
|
||||
args.putBoolean("overview_mode", false);
|
||||
args.putBoolean("overview_mode", true);
|
||||
args.putBoolean("safe_browsing", false);
|
||||
args.putBoolean("force_light", true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user