diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-09 15:09:31 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-09 15:09:31 -0800 |
commit | 6b3eb401b04ee442005a9690dcf90e16d46c35e0 (patch) | |
tree | 536ed44b8b7f436e4144573dedef8d41c7cb3801 /app.config.js | |
parent | d854e882187c4358ae3b4c1fb9d1324f5fe215e4 (diff) | |
download | voidsky-6b3eb401b04ee442005a9690dcf90e16d46c35e0.tar.zst |
Multiple notifications fixes (#2154)
* Dont reset notifications feed on push notification event * Dont separate notifications by read state to avoid jank * On notifications screen focus, check latest and only rerender if not scrolled down * Reuse the cached notifs page when its not stale * Bump ios build number * Improve comments * Change the 'mark all read' condition to avoid firing too early
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js index 2f6c3b106..415693afb 100644 --- a/app.config.js +++ b/app.config.js @@ -9,7 +9,7 @@ module.exports = function () { /** * iOS build number. Must be incremented for each TestFlight version. */ - const IOS_BUILD_NUMBER = '12' + const IOS_BUILD_NUMBER = '13' /** * Android build number. Must be incremented for each release. |