Skip to content

Commit

Permalink
fix(android): fix restart activity (#13394)
Browse files Browse the repository at this point in the history
* fix(android): fix restart activity

* rename
  • Loading branch information
m1ga authored Apr 13, 2022
1 parent 5618220 commit 0205aa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1857,7 +1857,7 @@ public void removeCustomInsetsProvider(TiInsetsProvider provider)
}
}

public Context getBaseContext()
public Context getInitialBaseContext()
{
return baseContext;
}
Expand Down

0 comments on commit 0205aa7

Please sign in to comment.