OpportunityLiu / E-Viewer

An UWP Client for https://e-hentai.org.
GNU General Public License v3.0
728 stars 30 forks source link

Fix crash in Windows.ApplicationModel.DataTransfer.DataPackage.SetStorageItems #3

Closed OpportunityLiu closed 8 years ago

OpportunityLiu commented 8 years ago

Version: 1.1.0.0 | ExViewer

Stacktrace

Windows.ApplicationModel.DataTransfer.DataPackage;SetStorageItems;;
ExViewer.Views.CachePage;lv_DragItemsStarting;;
Windows.ApplicationModel.Core.UnhandledError;Propagate;;
Microsoft.HockeyApp.Extensibility.Windows.UnhandledExceptionTelemetryModule;CoreApplication_UnhandledErrorDetected;;

Reason

The parameter is incorrect.

The collection contains a null item, which is not allowed.

Link to HockeyApp