Revert "..."

This reverts commit 12a7a6baec99e292f3c0977fad079355e94bf9f3.
This commit is contained in:
Rossen Hristov
2016-05-25 10:06:34 +03:00
parent 12a7a6baec
commit c2e5ef5a7b

View File

@ -710,7 +710,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 ? this.getTag() : ""}<${(this.entry && this.entry.resolvedPage) ? this.entry.resolvedPage : ""}>`;
} }
} }