Fix bug in restart service

This commit is contained in:
Rico Tiongson 2019-02-08 16:54:41 +08:00
parent 3a0e1361c9
commit f31d5186c7

View File

@ -28,8 +28,8 @@ namespace comfortable_swipe::service
*/ */
void restart() void restart()
{ {
comfortable_swipe::service::start();
comfortable_swipe::service::stop(); comfortable_swipe::service::stop();
comfortable_swipe::service::start();
} }
} }