Hide "Add matrix app" when integrations are disabled

This commit is contained in:
SpiritCroc 2020-07-23 10:11:43 +02:00
parent 4c601f2119
commit 2ff6273892
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ class RoomDetailViewModel @AssistedInject constructor(
timeline.pendingEventCount() > 0 && vectorPreferences.developerMode()
R.id.resend_all -> timeline.failedToDeliverEventCount() > 0
R.id.clear_all -> timeline.failedToDeliverEventCount() > 0
R.id.open_matrix_apps -> true
R.id.open_matrix_apps -> session.integrationManagerService().isIntegrationEnabled()
R.id.voice_call,
R.id.video_call -> room.canStartCall() && webRtcPeerConnectionManager.currentCall == null
R.id.hangup_call -> webRtcPeerConnectionManager.currentCall != null