Let outbox show connectivity

This commit is contained in:
M66B
2018-08-14 11:45:12 +00:00
parent 1e1022a147
commit c4b1963f80
5 changed files with 117 additions and 95 deletions

View File

@@ -77,7 +77,7 @@ public class FragmentFolder extends FragmentEx {
@Override
protected Void onLoad(Context context, Bundle args) {
try {
ServiceSynchronize.stopSynchroneous(getContext(), "save folder");
ServiceSynchronize.stopSynchronous(getContext(), "save folder");
long id = args.getLong("id");
boolean synchronize = args.getBoolean("synchronize");