Fix notification settings

This commit is contained in:
Thomas 2020-11-05 17:56:26 +01:00
parent 08a4b4b49a
commit 6dbb11f6e9
1 changed files with 2 additions and 2 deletions

View File

@ -487,8 +487,8 @@ public class RetrofitPeertubeAPI {
UserMe.AvatarResponse avatarResponse = null;
PeertubeService peertubeService = init();
peertubeService.updateNotifications(getToken(), userSettings.getNotificationSettings());
Call<String> updateNotifications = peertubeService.updateNotifications(getToken(), userSettings.getNotificationSettings());
Response<String> responseNotif = updateNotifications.execute();
Call<String> updateUser = peertubeService.updateUser(getToken(),
userSettings.isVideosHistoryEnabled(),
userSettings.isAutoPlayVideo(),