Close status bar every time + update fix linphone
This commit is contained in:
parent
dba31abc54
commit
2ad6dff08a
2 changed files with 7 additions and 9 deletions
|
@ -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
|
Loading…
Reference in a new issue