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