We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92dee5a commit 3530262Copy full SHA for 3530262
Tweak.x
@@ -159,7 +159,7 @@ static void DEMC_centerRenderingView();
159
// (i.e. if -(void)removeEngagementPanelViewControllerWithIdentifier:(id) was called prior)
160
if (![self isPeekingSupported] && !isEngagementPanelViewControllerRemoved) {
161
isEngagementPanelVisible = NO;
162
- if ([self isLandscapeEngagementPanel] && !isZoomedToFill) {
+ if (([self respondsToSelector:@selector(isWatchLandscapeEngagementPanel)] ? self.watchLandscapeEngagementPanel : self.landscapeEngagementPanel) && !isZoomedToFill) {
163
DEMC_activateConstraints();
164
}
165
0 commit comments