fix Glide crash in MainActivity (#1224)
This commit is contained in:
parent
4456f255c5
commit
c410600fe4
3 changed files with 23 additions and 42 deletions
|
@ -176,7 +176,7 @@ public interface MastodonApi {
|
|||
Single<Status> unpinStatus(@Path("id") String statusId);
|
||||
|
||||
@GET("api/v1/accounts/verify_credentials")
|
||||
Call<Account> accountVerifyCredentials();
|
||||
Single<Account> accountVerifyCredentials();
|
||||
|
||||
@FormUrlEncoded
|
||||
@PATCH("api/v1/accounts/update_credentials")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue