mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Merge pull request #6958 from NativeScript/mdonev-merge-release-resourceid-fix
chore: merge release in master
This commit is contained in:
@ -114,8 +114,9 @@ export function _setAndroidFragmentTransitions(
|
||||
let currentFragmentNeedsDifferentAnimation = false;
|
||||
if (currentEntry) {
|
||||
_updateTransitions(currentEntry);
|
||||
if (currentEntry.transitionName !== name
|
||||
|| currentEntry.transition !== transition) {
|
||||
if (currentEntry.transitionName !== name ||
|
||||
currentEntry.transition !== transition ||
|
||||
!useLollipopTransition) {
|
||||
clearExitAndReenterTransitions(currentEntry, true);
|
||||
currentFragmentNeedsDifferentAnimation = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user