mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Revert "Fix null reference exception."
This reverts commit 9e36329e9d3fa66d2bf56b0975cb40194d11b01c.
This commit is contained in:
@ -706,7 +706,7 @@ class FragmentClass extends android.app.Fragment {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public toString(): string {
|
public toString(): string {
|
||||||
return `${this.getTag()}<${(this.entry && this.entry.resolvedPage) ? this.entry.resolvedPage : ""}>`;
|
return `${this.getTag()}<${this.entry ? this.entry.resolvedPage : ""}>`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user