Go to chat when clicking on a message notifications received by push
This commit is contained in:
parent
628f5806ab
commit
84161b4079
1 changed files with 5 additions and 0 deletions
|
@ -301,6 +301,11 @@ public class LinphoneActivity extends LinphoneGenericActivity implements OnClick
|
||||||
LinphoneManager.getLc().setDeviceRotation(rotation);
|
LinphoneManager.getLc().setDeviceRotation(rotation);
|
||||||
}
|
}
|
||||||
mAlwaysChangingPhoneAngle = rotation;
|
mAlwaysChangingPhoneAngle = rotation;
|
||||||
|
|
||||||
|
Bundle extras = getIntent().getExtras();
|
||||||
|
if (extras != null && extras.getBoolean("GoToChat", false)) {
|
||||||
|
onNewIntent(getIntent());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initButtons() {
|
private void initButtons() {
|
||||||
|
|
Loading…
Reference in a new issue