Outbox properties are immutable

This commit is contained in:
M66B
2018-08-14 09:09:44 +00:00
parent fec647a7ee
commit 7807008c24
2 changed files with 2 additions and 2 deletions

View File

@@ -77,8 +77,6 @@ public class FragmentFolder extends FragmentEx {
@Override
protected Void onLoad(Context context, Bundle args) {
try {
ServiceSynchronize.stop(getContext(), "folder");
long id = args.getLong("id");
boolean synchronize = args.getBoolean("synchronize");
String after = args.getString("after");