Small improvement

This commit is contained in:
M66B 2024-01-04 12:38:45 +01:00
parent 97d4d91abd
commit 8b13ca08d2
1 changed files with 1 additions and 1 deletions

View File

@ -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);