Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #6 from mlaponder/master
Browse files Browse the repository at this point in the history
Fix incorrect uri for wp8
  • Loading branch information
Steve Gill committed Jun 8, 2015
2 parents 78cc3fb + 5f1fb88 commit 9d12d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp8/BarcodeScannerTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void Show()
}
root.Navigated += this.OnNavigated;
root.Navigate(new Uri("/Plugins/com.phonegap.plugins.barcodescanner/BarcodeScannerUI.xaml", UriKind.Relative));
root.Navigate(new Uri("/Plugins/phonegap-plugin-barcodescanner/BarcodeScannerUI.xaml", UriKind.Relative));
});
}

Expand Down

0 comments on commit 9d12d19

Please sign in to comment.