use unfilled lock icon if locked with value long press

This commit is contained in:
Paul Plant 2022-06-21 17:00:53 +02:00
parent d247859716
commit 6e12461334
1 changed files with 1 additions and 1 deletions

View File

@ -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")