pull/17/head
Thomas 2 years ago
parent d7acab0a8c
commit 6796550398

@ -556,7 +556,7 @@ public class StatusesVM extends AndroidViewModel {
new Thread(() -> { new Thread(() -> {
String errorMessage = null; String errorMessage = null;
Call<Status> statusCall = mastodonStatusesService.reblog(token, id, visibility.name().toLowerCase()); Call<Status> statusCall = mastodonStatusesService.reblog(token, id, visibility != null ? visibility.name().toLowerCase() : null);
Status status = null; Status status = null;
if (statusCall != null) { if (statusCall != null) {
try { try {

Loading…
Cancel
Save