mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Fix storage service
This commit is contained in:
@@ -45,6 +45,9 @@ export class WebNotificationPopupService {
|
||||
}
|
||||
|
||||
sendNotification(message) {
|
||||
if (this.platform.is('desktop') || this.platform.is('mobileweb')) {}
|
||||
else {return false}
|
||||
|
||||
var n = new Notification(message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user