|
|
@ -5334,7 +5334,7 @@ public class FragmentMessages extends FragmentBase
|
|
|
|
new SimpleTask<Void>() {
|
|
|
|
new SimpleTask<Void>() {
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
protected Void onExecute(Context context, Bundle args) {
|
|
|
|
protected Void onExecute(Context context, Bundle args) {
|
|
|
|
Long folder = args.getLong("folder");
|
|
|
|
long folder = args.getLong("folder");
|
|
|
|
String type = args.getString("type");
|
|
|
|
String type = args.getString("type");
|
|
|
|
|
|
|
|
|
|
|
|
DB db = DB.getInstance(context);
|
|
|
|
DB db = DB.getInstance(context);
|
|
|
|