Skip to content

Commit

Permalink
fix: can't hide archive after opening topics
Browse files Browse the repository at this point in the history
Signed-off-by: Next Alone <[email protected]>
  • Loading branch information
NextAlone committed Oct 7, 2024
1 parent f67e13f commit 5a73db6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5416,7 +5416,7 @@ public void openAnimationFinished(boolean backward) {
if (!hasStories) {
DialogsActivity.this.setScrollY(0);
}
if (!hasFragment()) {
if (!hasFragment() && hasStories) {
invalidateScrollY = true;
fixScrollYAfterArchiveOpened = true;
fragmentView.invalidate();
Expand Down

0 comments on commit 5a73db6

Please sign in to comment.