Skip to content
Snippets Groups Projects
Commit ff1cbc59 authored by Pierre Nicolas's avatar Pierre Nicolas :joy: Committed by Adrien Béraud
Browse files

cleanup unused methods

Change-Id: I8dffdfcafbf062b20aec5cbb48720bb2a5e84e57
parent fb25d330
No related branches found
No related tags found
No related merge requests found
......@@ -481,17 +481,6 @@ class ConversationPresenter @Inject constructor(
view?.displayErrorToast(Error.NO_SPACE_LEFT)
}
fun setConversationColor(color: Int) {
mCompositeDisposable.add(mConversationSubject
.firstElement()
.subscribe { conversation: Conversation -> conversation.setColor(color) })
}
fun setConversationSymbol(symbol: CharSequence) {
mCompositeDisposable.add(mConversationSubject.firstElement()
.subscribe { conversation -> conversation.setSymbol(symbol) })
}
fun cameraPermissionChanged(isGranted: Boolean) {
if (isGranted && hardwareService.isVideoAvailable) {
hardwareService.initVideo()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment