Skip to content

Commit

Permalink
fix(android): window toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews authored and sgtcoolguy committed Aug 17, 2020
1 parent 72dad57 commit d1fd590
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,12 @@ private Transition createTransition(KrollDict props, String key)
return transition;
}

@Override
public String toString()
{
return "[object Window]";
}

@Override
public String getApiName()
{
Expand Down

0 comments on commit d1fd590

Please sign in to comment.