From 3b276ddebc3a1457354a5b8873c5e998540d9607 Mon Sep 17 00:00:00 2001 From: Matt Sephton Date: Fri, 10 Jul 2020 15:46:19 +0100 Subject: [PATCH] Introduce interaction timer on opt click functions --- Dozer/DozerIcons.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dozer/DozerIcons.swift b/Dozer/DozerIcons.swift index 2300d05..a02144d 100755 --- a/Dozer/DozerIcons.swift +++ b/Dozer/DozerIcons.swift @@ -212,6 +212,8 @@ public final class DozerIcons { statusIcon: .remove ) } + stopUserInteractionTimer() + startUserInteractionTimer() resetTimer() }