fix: honour silent push mode for data-only FCM (0.4.7)

Handle notifications synchronously in onMessageReceived and read title/body
from data payload sent by SAC.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
PTah
2026-06-11 10:03:29 +10:00
parent dd2d1bb8ec
commit 7e3cb3bcb2
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId = "ru.kalinamall.seaca"
minSdk = 26
targetSdk = 35
versionCode = 10
versionName = "0.4.6"
versionCode = 11
versionName = "0.4.7"
}
buildTypes {