mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Remember last three searches
This commit is contained in:
@@ -465,6 +465,11 @@ public class ApplicationEx extends Application
|
||||
Log.e(ex);
|
||||
}
|
||||
}
|
||||
} else if (version < 1556) {
|
||||
if (prefs.contains("last_search")) {
|
||||
editor.putString("last_search1", prefs.getString("last_search", null));
|
||||
editor.remove("last_search");
|
||||
}
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user