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,11 +302,10 @@ public class LinphoneActivity extends FragmentActivity implements OnClickListene
|
||||||
} else {
|
} else {
|
||||||
hideStatusBar();
|
hideStatusBar();
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
if (statusFragment != null) {
|
if (statusFragment != null) {
|
||||||
statusFragment.closeStatusBar();
|
statusFragment.closeStatusBar();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
|
FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
|
||||||
|
|
||||||
|
@ -338,11 +337,10 @@ public class LinphoneActivity extends FragmentActivity implements OnClickListene
|
||||||
} else {
|
} else {
|
||||||
hideStatusBar();
|
hideStatusBar();
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
if (statusFragment != null) {
|
if (statusFragment != null) {
|
||||||
statusFragment.closeStatusBar();
|
statusFragment.closeStatusBar();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
LinearLayout ll = (LinearLayout) findViewById(R.id.fragmentContainer2);
|
LinearLayout ll = (LinearLayout) findViewById(R.id.fragmentContainer2);
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0c0f6271ed787c463ec5198c3cf8fcf22bc8c7d8
|
Subproject commit df3f21cac0046a6c2880aacd9ed434c287ff44d9
|
Loading…
Reference in a new issue