mirror of
https://github.com/tuskyapp/Tusky
synced 2025-01-03 04:19:24 +01:00
fail silently when status card cannot be loaded for compatibility with Pleroma
This commit is contained in:
parent
d4d764ab2d
commit
44b79e31d4
@ -375,7 +375,7 @@ public class ViewThreadFragment extends SFragment implements
|
||||
|
||||
@Override
|
||||
public void onFailure(@NonNull Call<Card> call, @NonNull Throwable t) {
|
||||
onThreadRequestFailure(id);
|
||||
Log.e(TAG, "Error fetching status card");
|
||||
}
|
||||
});
|
||||
callList.add(call);
|
||||
|
Loading…
Reference in New Issue
Block a user