diff --git a/android/navi-coin/src/main/java/com/navi/coin/repo/pagingsource/ScratchCardHistoryCustomPager.kt b/android/navi-coin/src/main/java/com/navi/coin/repo/pagingsource/ScratchCardHistoryCustomPager.kt index 2e978297a8..39e09c6bf9 100644 --- a/android/navi-coin/src/main/java/com/navi/coin/repo/pagingsource/ScratchCardHistoryCustomPager.kt +++ b/android/navi-coin/src/main/java/com/navi/coin/repo/pagingsource/ScratchCardHistoryCustomPager.kt @@ -140,7 +140,8 @@ class ScratchCardHistoryCustomPager( if ( pagerList.value.isEmpty() && data?.scratchCardHistoryList.isNullOrEmpty() && - fetchType == FetchType.EXPIRED + fetchType == FetchType.EXPIRED && + buffer.isNull() ) { _scratchCardHistoryListData.update { ScratchCardPaginatedHistoryScreenState.Empty } } else {