mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-13 20:43:26 +02:00
Small improvement
This commit is contained in:
@@ -5334,7 +5334,7 @@ public class FragmentMessages extends FragmentBase
|
||||
new SimpleTask<Void>() {
|
||||
@Override
|
||||
protected Void onExecute(Context context, Bundle args) {
|
||||
Long folder = args.getLong("folder");
|
||||
long folder = args.getLong("folder");
|
||||
String type = args.getString("type");
|
||||
|
||||
DB db = DB.getInstance(context);
|
||||
|
||||
Reference in New Issue
Block a user