This commit is contained in:
Luc 2024-01-09 22:43:15 +08:00
parent e5f38a997f
commit 1466fa770d

View File

@ -158,7 +158,7 @@ NotificationsService::NotificationsService() {
_started = false;
_notificationType = 0;
_token1 = "";
_token1 = "";
_token2 = "";
_settings = "";
}
NotificationsService::~NotificationsService() { end(); }