mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Lint
This commit is contained in:
parent
5b46c803b2
commit
00a04b807e
1 changed files with 2 additions and 2 deletions
|
@ -174,8 +174,8 @@ class VectorMessagingReceiver : MessagingReceiver() {
|
|||
super.onReceive(context, intent)
|
||||
|
||||
// if it is from FirebaseReceiver, then the token has been rejected
|
||||
if (unifiedPushHelper.isEmbeddedDistributor()
|
||||
&& intent.getStringExtra(EXTRA_TOKEN) == fcmHelper.getFcmToken()) {
|
||||
if (unifiedPushHelper.isEmbeddedDistributor() &&
|
||||
intent.getStringExtra(EXTRA_TOKEN) == fcmHelper.getFcmToken()) {
|
||||
intent.getByteArrayExtra(EXTRA_BYTES_MESSAGE)?.let {
|
||||
onMessage(context, it, "")
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue