You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trace.write(`${fragment.getTag()} has been shown when going ${isBack ? "back" : "forward"}, but there is ${transitionType}${relevantTransition}. Will complete page addition when transition ends.`,trace.categories.Transition);
trace.write(`${fragment.getTag()} has been shown when going ${isBack ? "back" : "forward"}, but there is ${transitionType}${nativeTransition.getClass().getSimpleName()} transition. Will complete page addition when transition ends.`,trace.categories.Transition);
trace.write(`${fragment.getTag()} has been hidden when going ${isBack ? "back" : "forward"}, but there is ${transitionType}${relevantTransition}. Will complete page removal when transition ends.`,trace.categories.Transition);
trace.write(`${fragment.getTag()} has been hidden when going ${isBack ? "back" : "forward"}, but there is ${transitionType}${nativeTransition.getClass().getSimpleName()} transition. Will complete page removal when transition ends.`,trace.categories.Transition);
@@ -422,7 +423,7 @@ export class Transition implements definition.Transition {
0 commit comments