Reload the remote after doing an upload/clear

This commit is contained in:
Sollace 2018-08-22 16:25:36 +02:00
parent a4f93686df
commit 67e756f6dd

View file

@ -185,6 +185,8 @@ public class SkinUploader implements Closeable {
} else { } else {
setError(Throwables.getRootCause(throwable).toString()); setError(Throwables.getRootCause(throwable).toString());
} }
fetchRemote();
return null; return null;
}); });
} }