Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Prevent notification stacking on iOS devices
- Added a platform check (`isIOS`) to detect iOS devices. - Disabled notification updates via `setInterval` for iOS to avoid stacking issues. - Ensured consistent timer handling across platforms with platform-specific behavior adjustments. This change addresses the iOS-specific notification behavior where updates do not replace but stack instead, ensuring a smoother user experience on iOS.
- Loading branch information