[Badging] Read more sheet doesn't dismiss correctly

This commit is contained in:
Eugene Bistolas 2021-11-22 13:49:27 -10:00
parent 77c74132a5
commit 02bb2ccfac

View File

@ -1396,6 +1396,7 @@ private class SubscriptionReadMoreSheet: InteractiveSheetViewController {
contentScrollView.autoPinWidthToSuperview()
contentScrollView.autoPinEdge(toSuperviewEdge: .bottom)
contentScrollView.autoPinEdge(.top, to: .bottom, of: handleContainer)
contentScrollView.alwaysBounceVertical = true
buildContents()
}