From 02bb2ccfac8977bbbd2c3129dbdda42667d31995 Mon Sep 17 00:00:00 2001 From: Eugene Bistolas Date: Mon, 22 Nov 2021 13:49:27 -1000 Subject: [PATCH] [Badging] Read more sheet doesn't dismiss correctly --- .../ViewControllers/AppSettings/SubscriptionViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Signal/src/ViewControllers/AppSettings/SubscriptionViewController.swift b/Signal/src/ViewControllers/AppSettings/SubscriptionViewController.swift index 3b4109b315..996d5194f5 100644 --- a/Signal/src/ViewControllers/AppSettings/SubscriptionViewController.swift +++ b/Signal/src/ViewControllers/AppSettings/SubscriptionViewController.swift @@ -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() }