We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4210d8a commit fd24c64Copy full SHA for fd24c64
tests/app/tests/ns-location-strategy.ts
@@ -24,6 +24,26 @@ class FakeFrame extends View implements Frame {
24
constructor(private backCB?: () => void) {
25
super();
26
}
27
+
28
+ public navigationQueueIsEmpty(): boolean {
29
+ throw new Error("I am a FakeFrame");
30
+ }
31
32
+ public get navigationBarHeight(): number {
33
34
35
36
+ public _processNavigationQueue(page: Page) {
37
38
39
40
+ public _updateActionBar(page?: Page){
41
42
43
44
+ public _getNavBarVisible(page: Page): boolean {
45
46
47
48
49
function initStrategy(back?: () => void): NSLocationStrategy {
0 commit comments