mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-24 16:07:24 +00:00
refactor: add null case
This commit is contained in:
@@ -57,7 +57,7 @@ class CallMessageProcessor(private val context: Context, private val textSecureP
|
||||
END_CALL -> incomingHangup(nextMessage)
|
||||
ICE_CANDIDATES -> handleIceCandidates(nextMessage)
|
||||
PRE_OFFER -> incomingPreOffer(nextMessage)
|
||||
PROVISIONAL_ANSWER -> {} // TODO: if necessary
|
||||
PROVISIONAL_ANSWER, null -> {} // TODO: if necessary
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user