Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Undo unrelated changes from #9138 (#9192)
Browse files Browse the repository at this point in the history
  • Loading branch information
samhouts committed Jan 14, 2020
1 parent 3807910 commit 6eb2667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GitInfo.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.6.0
4.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public override SizeRequest GetDesiredSize(int widthConstraint, int heightConstr

protected override SearchView CreateNativeControl()
{
var context = (Context as ContextThemeWrapper)?.BaseContext ?? Context;
var context = (Context as ContextThemeWrapper).BaseContext ?? Context;
return new SearchView(context);
}

Expand Down

0 comments on commit 6eb2667

Please sign in to comment.