Use own animation for settings
This commit is contained in:
parent
1a33aa51ae
commit
95ceb6a10f
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ import java.util.List;
|
|||
|
||||
import org.linphone.LinphoneManager.EcCalibrationListener;
|
||||
import org.linphone.LinphoneManager.LinphoneConfigException;
|
||||
import org.linphone.compatibility.Compatibility;
|
||||
import org.linphone.core.LinphoneCore;
|
||||
import org.linphone.core.LinphoneCore.EcCalibratorStatus;
|
||||
import org.linphone.core.LinphoneCore.MediaEncryption;
|
||||
|
@ -158,6 +159,7 @@ public class PreferencesActivity extends LinphonePreferencesActivity implements
|
|||
i.putExtra("Account", n);
|
||||
i.setClass(PreferencesActivity.this, AccountPreferencesActivity.class);
|
||||
startActivityForResult(i, ADD_SIP_ACCOUNT);
|
||||
Compatibility.overridePendingTransition(PreferencesActivity.this, R.anim.slide_in_right_to_left, R.anim.slide_out_right_to_left);
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue