mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
Fixed back when in settings
This commit is contained in:
parent
a421b91d62
commit
ec0368d254
1 changed files with 6 additions and 0 deletions
|
|
@ -1570,8 +1570,14 @@ public class LinphoneActivity extends LinphoneGenericActivity implements OnClick
|
|||
}
|
||||
break;
|
||||
case GROUP_CHAT:
|
||||
hideTopBar(); // just in case
|
||||
LinphoneActivity.instance().goToChatList();
|
||||
return true;
|
||||
case SETTINGS:
|
||||
case ABOUT:
|
||||
hideTopBar(); // just in case
|
||||
LinphoneActivity.instance().goToDialerFragment();
|
||||
return true;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue