From de73c220da81af57a7e0db67dca3174d8cef18b9 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Tue, 4 Dec 2018 07:48:07 -0500 Subject: [PATCH] increment version canary --- .../ViewControllers/SharingThreadPickerViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalMessaging/ViewControllers/SharingThreadPickerViewController.m b/SignalMessaging/ViewControllers/SharingThreadPickerViewController.m index 38deaced6..df732c438 100644 --- a/SignalMessaging/ViewControllers/SharingThreadPickerViewController.m +++ b/SignalMessaging/ViewControllers/SharingThreadPickerViewController.m @@ -402,7 +402,7 @@ typedef void (^SendMessageBlock)(SendCompletionBlock completion); [self.progressView autoPinWidthToSuperviewWithMargin:24]; [self.progressView autoAlignAxis:ALAxisHorizontal toSameAxisOfView:progressAlert.view withOffset:4]; #ifdef DEBUG - if (@available(iOS 12, *)) { + if (@available(iOS 13, *)) { // TODO: Congratulations! You survived to see another iOS release. OWSFailDebug(@"Make sure the progress view still looks good, and increment the version canary."); }