mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-25 05:28:32 +00:00
Fixed recordings fragment on tablets
This commit is contained in:
parent
0c9bbc747f
commit
bfc56486ef
1 changed files with 2 additions and 1 deletions
|
|
@ -914,7 +914,8 @@ public class LinphoneActivity extends LinphoneGenericActivity
|
||||||
|| newFragmentType == FragmentsAvailable.SETTINGS
|
|| newFragmentType == FragmentsAvailable.SETTINGS
|
||||||
|| newFragmentType == FragmentsAvailable.ACCOUNT_SETTINGS
|
|| newFragmentType == FragmentsAvailable.ACCOUNT_SETTINGS
|
||||||
|| newFragmentType == FragmentsAvailable.CREATE_CHAT
|
|| newFragmentType == FragmentsAvailable.CREATE_CHAT
|
||||||
|| newFragmentType == FragmentsAvailable.INFO_GROUP_CHAT) {
|
|| newFragmentType == FragmentsAvailable.INFO_GROUP_CHAT
|
||||||
|
|| newFragmentType == FragmentsAvailable.RECORDING_LIST) {
|
||||||
ll.setVisibility(View.GONE);
|
ll.setVisibility(View.GONE);
|
||||||
} else {
|
} else {
|
||||||
ll.setVisibility(View.VISIBLE);
|
ll.setVisibility(View.VISIBLE);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue