WP7CordovaClassLib still has navigation to WP7GapClassLib
---------------------------------------------------------
Key: CB-342
URL: https://issues.apache.org/jira/browse/CB-342
Project: Apache Callback
Issue Type: Bug
Components: WP7
Affects Versions: 1.5.0
Reporter: Dan Ardelean
Assignee: Jesse MacFadyen
Notification.cs
StreamResourceInfo sri = Application.GetResourceStream(new
Uri("/WP7GapClassLib;component/resources/notification-beep.wav",
UriKind.Relative));
AudioCaptureTask.cs
root.Navigate(new
System.Uri("/WP7GapClassLib;component/Cordova/UI/AudioRecorder.xaml?dummy=" +
Guid.NewGuid().ToString(), UriKind.Relative));
VideoCaptureTask.cs
root.Navigate(new
System.Uri("/WP7GapClassLib;component/Cordova/UI/VideoRecorder.xaml?dummy=" +
Guid.NewGuid().ToString(), UriKind.Relative));
need to change to WP7CordovaClassLib
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira