Settings selected when go in about page
This commit is contained in:
parent
872a230105
commit
9abe56939d
1 changed files with 1 additions and 0 deletions
|
@ -601,6 +601,7 @@ public class LinphoneActivity extends FragmentActivity implements OnClickListene
|
|||
|
||||
public void displayAbout() {
|
||||
changeCurrentFragment(FragmentsAvailable.ABOUT, null);
|
||||
settings.setSelected(true);
|
||||
}
|
||||
|
||||
public boolean displayChatMessageNotification(String address){
|
||||
|
|
Loading…
Reference in a new issue