this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Clear app badge when view Notifications page

+6
+6
src/pages/notifications.jsx
··· 194 194 195 195 const announcementsListRef = useRef(); 196 196 197 + useLayoutEffect(() => { 198 + if (navigator.clearAppBadge) { 199 + navigator.clearAppBadge(); 200 + } 201 + }, []); 202 + 197 203 useEffect(() => { 198 204 if (notificationID) { 199 205 states.routeNotification = {