diff --git a/src/lib/service/restart.cpp b/src/lib/service/restart.cpp index 67bbaf0..28191c8 100644 --- a/src/lib/service/restart.cpp +++ b/src/lib/service/restart.cpp @@ -28,8 +28,8 @@ namespace comfortable_swipe::service */ void restart() { - comfortable_swipe::service::start(); comfortable_swipe::service::stop(); + comfortable_swipe::service::start(); } }