Close status bar every time + update fix linphone

This commit is contained in:
Sylvain Berfini 2012-09-25 11:53:06 +02:00
parent dba31abc54
commit 2ad6dff08a
2 changed files with 7 additions and 9 deletions

View file

@ -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);

@ -1 +1 @@
Subproject commit 0c0f6271ed787c463ec5198c3cf8fcf22bc8c7d8
Subproject commit df3f21cac0046a6c2880aacd9ed434c287ff44d9