Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
6b7af85a
Commit
6b7af85a
authored
Jul 3, 2020
by
Aline Gondim Santos
Committed by
Adrien Béraud
Jul 3, 2020
Browse files
Options
Downloads
Patches
Plain Diff
fix plugin untoggle when volume modified
Change-Id: Id25538b7c05a88a9183a48aa2f412d246b6f9ebb
parent
3623e9b3
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
ring-android/app/src/main/java/cx/ring/client/CallActivity.java
+0
-2
0 additions, 2 deletions
...ndroid/app/src/main/java/cx/ring/client/CallActivity.java
with
0 additions
and
2 deletions
ring-android/app/src/main/java/cx/ring/client/CallActivity.java
+
0
−
2
View file @
6b7af85a
...
@@ -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
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment