Skip to content

Commit

Permalink
fix: 条件を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed May 17, 2024
1 parent 49a6d41 commit 6572b40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ class TimelineViewModel @AssistedInject constructor(
!ignoreSavedScrollPosition
}

if (ignoreSavedScrollPosition || !isSaveScrollPosition && pageId != null) {
if (ignoreSavedScrollPosition || !isSaveScrollPosition) {
try {
timelineRepository.clear(
TimelineType(
Expand Down

0 comments on commit 6572b40

Please sign in to comment.