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…
Reference in a new issue