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

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix incorrect uri for wp8
  • Loading branch information
mlaponder committed Jun 8, 2015
1 parent 78cc3fb commit 5f1fb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp8/BarcodeScannerTask.cs
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 5f1fb88

Please sign in to comment.