Skip to content
Snippets Groups Projects
Commit 6b7af85a authored by Aline Gondim Santos's avatar Aline Gondim Santos Committed by Adrien Béraud
Browse files

fix plugin untoggle when volume modified

Change-Id: Id25538b7c05a88a9183a48aa2f412d246b6f9ebb
parent 3623e9b3
Branches
Tags
No related merge requests found
...@@ -192,8 +192,6 @@ public class CallActivity extends AppCompatActivity { ...@@ -192,8 +192,6 @@ public class CallActivity extends AppCompatActivity {
public boolean onKeyDown(int keyCode, KeyEvent event) { public boolean onKeyDown(int keyCode, KeyEvent event) {
CallFragment callFragment = getCallFragment(); CallFragment callFragment = getCallFragment();
if (callFragment != null) { if (callFragment != null) {
callFragment.toggleVideoPluginsCarousel(false);
callFragment.displayVideoPluginsCarousel();
return MediaButtonsHelper.handleMediaKeyCode(keyCode, callFragment) return MediaButtonsHelper.handleMediaKeyCode(keyCode, callFragment)
|| super.onKeyDown(keyCode, event); || super.onKeyDown(keyCode, event);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment