Fix bug in restart service (#47)
This commit is contained in:
parent
3a0e1361c9
commit
0b3b3238af
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user