diff options
Diffstat (limited to 'libsowatch/watchserver.cpp')
-rw-r--r-- | libsowatch/watchserver.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libsowatch/watchserver.cpp b/libsowatch/watchserver.cpp index 9d7859d..acb54c3 100644 --- a/libsowatch/watchserver.cpp +++ b/libsowatch/watchserver.cpp @@ -141,9 +141,6 @@ uint WatchServer::getNotificationCount(Notification::Type type) void WatchServer::goToIdle() { _watch->displayIdleScreen(); - if (_nextWatchletButton >= 0) { - _watch->grabButton(_nextWatchletButton); - } } void WatchServer::watchConnected() |