mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix broken navigation after clear history with transition
Resolves #1948
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
import * as application from "application";
|
||||
import {NavPage} from "../nav-page";
|
||||
import * as trace from "trace";
|
||||
import { Frame } from "ui/frame";
|
||||
|
||||
Frame.defaultTransition = { name: "fade" };
|
||||
|
||||
trace.enable();
|
||||
trace.setCategories(trace.categories.concat(
|
||||
trace.categories.NativeLifecycle,
|
||||
trace.categories.Navigation,
|
||||
//trace.categories.Animation,
|
||||
trace.categories.Transition
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user