Skip to content

Commit

Permalink
fix: favorite sticker lost after fc
Browse files Browse the repository at this point in the history
Signed-off-by: Next Alone <12210746+NextAlone@users.noreply.github.com>
  • Loading branch information
NextAlone committed Jan 6, 2024
1 parent f337249 commit 6f307bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7492,7 +7492,7 @@ public void checkAllMedia(boolean force) {
loadFeaturedDate[0] = 0;
loadFeaturedDate[1] = 0;
}
loadRecents(MediaDataController.TYPE_FAVE, false, true, false);
loadRecents(MediaDataController.TYPE_FAVE, false, false, true);
loadRecents(MediaDataController.TYPE_GREETINGS, false, true, false);
loadRecents(MediaDataController.TYPE_PREMIUM_STICKERS, false, false, true);
checkFeaturedStickers();
Expand Down

0 comments on commit 6f307bf

Please sign in to comment.