mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-24 17:25:42 +00:00
android: fix
This commit is contained in:
@@ -158,8 +158,7 @@ class NtfManager(val context: Context, private val appPreferences: AppPreference
|
||||
Log.d(TAG,
|
||||
"notifyCallInvitation pre-requests: device locked ${keyguardManager.isDeviceLocked}, " +
|
||||
"keyguard locked ${keyguardManager.isKeyguardLocked}, " +
|
||||
"callOnLockScreen ${appPreferences.callOnLockScreen.get()}, " +
|
||||
"inForeground $inForeground"
|
||||
"callOnLockScreen ${appPreferences.callOnLockScreen.get()}"
|
||||
)
|
||||
val contactId = invitation.contact.id
|
||||
Log.d(TAG, "notifyCallInvitation $contactId")
|
||||
|
||||
Reference in New Issue
Block a user