Skip to content

Commit fba7e73

Browse files
author
kennethdick
committed
Merge pull request #536 from patrickmwatson/VATRP-3970
VATRP-3970 Android: in call buttons will not hide when the user clicks on the screen
2 parents b511fe9 + 871131b commit fba7e73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/org/linphone/InCallActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,6 +1384,7 @@ private void initUI() {
13841384
statusContainer.setOnClickListener(new OnClickListener() {
13851385
@Override
13861386
public void onClick(View v) {
1387+
statusContainer.setVisibility(View.GONE);
13871388
if(showStatusFlashing) {
13881389
stopStatusFlashing();
13891390
}

0 commit comments

Comments
 (0)