diff --git a/src/org/linphone/LinphoneActivity.java b/src/org/linphone/LinphoneActivity.java index 9c4f768a0..7d012a92b 100644 --- a/src/org/linphone/LinphoneActivity.java +++ b/src/org/linphone/LinphoneActivity.java @@ -302,10 +302,9 @@ public class LinphoneActivity extends FragmentActivity implements OnClickListene } else { hideStatusBar(); } - } else { - if (statusFragment != null) { - statusFragment.closeStatusBar(); - } + } + if (statusFragment != null) { + statusFragment.closeStatusBar(); } FragmentTransaction transaction = getSupportFragmentManager().beginTransaction(); @@ -338,10 +337,9 @@ public class LinphoneActivity extends FragmentActivity implements OnClickListene } else { hideStatusBar(); } - } else { - if (statusFragment != null) { - statusFragment.closeStatusBar(); - } + } + if (statusFragment != null) { + statusFragment.closeStatusBar(); } LinearLayout ll = (LinearLayout) findViewById(R.id.fragmentContainer2); diff --git a/submodules/linphone b/submodules/linphone index 0c0f6271e..df3f21cac 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit 0c0f6271ed787c463ec5198c3cf8fcf22bc8c7d8 +Subproject commit df3f21cac0046a6c2880aacd9ed434c287ff44d9