Skip to content

Commit a72d06f

Browse files
Fix Swipe To Refresh On NTP (#1183)
Fixed by disabling swipeRefreshContainer at home Resolves: #1162
1 parent b55bafd commit a72d06f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/duckduckgo/app/browser/BrowserTabFragment.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ class BrowserTabFragment :
487487
appBarLayout.setExpanded(true)
488488
webView?.onPause()
489489
webView?.hide()
490+
swipeRefreshContainer.isEnabled = false
490491
homeBackgroundLogo.showLogo()
491492
}
492493

0 commit comments

Comments
 (0)