A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/signumsoftware/framework/commit/b08684db4c8e7630ad47ca957dd47b71d4064d5a below:

fix Navigator.view upgrade · signumsoftware/framework@b08684d · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed Original file line number Diff line number Diff line change

@@ -18,8 +18,8 @@ public override void Execute(UpgradeContext uctx)

18 18

{

19 19

uctx.ForeachCodeFile("*.ts, *.tsx", file =>

20 20

{

21 -

file.Replace("Navigator.navigate", "Navigator.view");

22 -

file.Replace("Navigator.isNavigable", "Navigator.isViewable");

21 +

file.Replace("Navigator.navigate(", "Navigator.view(");

22 +

file.Replace("Navigator.isNavigable(", "Navigator.isViewable(");

23 23

});

24 24

}

25 25

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4