Skip to content
Prev Previous commit
Next Next commit
[Jetnews] Explain workaround for swipe to refresh
  • Loading branch information
JolandaVerhoef committed Dec 15, 2020
commit 8faa6b778977a0b061a87657af48d08676a71f2e
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ fun SwipeToRefreshLayout(
}

/**
* Temporary workaround for nested scrolling behavior. See b/174756744
* Temporary workaround for nested scrolling behavior. There is no default implementation for
* pull to refresh yet, this nested scroll connection mimics the behavior.
*/
@ExperimentalMaterialApi
private val <T> SwipeableState<T>.PreUpPostDownNestedScrollConnection: NestedScrollConnection
Expand Down