Skip to content

Commit

Permalink
Fixed notification #111 v1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PranshulGG committed Nov 14, 2024
1 parent a23588e commit 27f4c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/assets/modules/notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ function createNotification(temperature, condition, locationWeather, uvindex, AQ
if(localStorage.getItem('UseNotification') && localStorage.getItem('UseNotification') === 'true'){
UpdateNotificationInterface.updateNotification(`${temperature}°`, condition, locationWeather, uvindex, AQI_value, iconCodeCondition, ISDAY);
}
// updated & fixed
}

function removeNotification(){
Expand Down

0 comments on commit 27f4c7b

Please sign in to comment.