From a5a2f02edc743f634881e6d5ea10efb95e1f8bd6 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Fri, 13 Apr 2018 14:53:12 -0400 Subject: [PATCH] Respond to CR. --- Signal.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist | 8 ++++++++ SignalMessaging/categories/UIView+OWS.m | 1 + 2 files changed, 9 insertions(+) create mode 100644 Signal.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/Signal.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Signal.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/Signal.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/SignalMessaging/categories/UIView+OWS.m b/SignalMessaging/categories/UIView+OWS.m index bb398ff7c..867066c3c 100644 --- a/SignalMessaging/categories/UIView+OWS.m +++ b/SignalMessaging/categories/UIView+OWS.m @@ -494,6 +494,7 @@ CGFloat ScaleFromIPhone5(CGFloat iPhone5Value) - (void)applyScrollViewInsetsFix { // Fix a bug that only affects iOS 11.0.x and 11.1.x. + // The symptom is a fix weird animation that happens when using the interactive pop gesture. if (SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(11, 0) && !SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(11, 2)) { #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wpartial-availability"