From 6e12461334b3327ef701be714226dd17a44c7979 Mon Sep 17 00:00:00 2001 From: Paul Plant Date: Tue, 21 Jun 2022 17:00:53 +0200 Subject: [PATCH] use unfilled lock icon if locked with value long press --- .../Root View Controller/RootViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdrip/View Controllers/Root View Controller/RootViewController.swift b/xdrip/View Controllers/Root View Controller/RootViewController.swift index c874798f..528c2989 100644 --- a/xdrip/View Controllers/Root View Controller/RootViewController.swift +++ b/xdrip/View Controllers/Root View Controller/RootViewController.swift @@ -2605,7 +2605,7 @@ final class RootViewController: UIViewController { AudioServicesPlaySystemSound(kSystemSoundID_Vibrate); // check if iOS13 or newer is being used. If it is, then take advantage of SF Symbols to fill in the lock icon to make it stand out more - if #available(iOS 13.0, *) { + if #available(iOS 13.0, *), showClock { screenLockToolbarButtonOutlet.image = UIImage(systemName: "lock.fill")