Skip to content

Commit 1ff528a

Browse files
authored
Remove keepalive for iOS lockscreen
Removed keepalive setting for lockscreen on iOS.
1 parent 0a3f4ff commit 1ff528a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/devices/waterrowerusb/waterrowerusb.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ waterrowerusb::waterrowerusb(bool noWriteResistance, bool noHeartService, bool n
186186

187187
#ifdef Q_OS_IOS
188188
h = new lockscreen();
189-
h->setKeepalive(true);
190189
#endif
191190

192191
// Create and start worker thread

0 commit comments

Comments
 (0)