robs23 / TestZXing-master

Cross-platform app using ZXing barcode scanner library
0 stars 0 forks source link

Fix System.NullReferenceException: Object reference not set to an instance of an object in ProcessAttachmentsViewModel.OpenFile (TestZXing.Models.File f) #61

Open robs23 opened 3 years ago

robs23 commented 3 years ago

Version 1.3.4(1)

Stacktrace

TestZXing.ViewModels.ProcessAttachmentsViewModel.OpenFile (TestZXing.Models.File f) [0x0025d] in :0;TestZXing.ViewModels

MvvmHelpers.Utils.SafeFireAndForget (System.Threading.Tasks.Task task, System.Action`1[T] onException, System.Boolean continueOnCapturedContext) [0x0006c] in :0;MvvmHelpers

Reason

System.NullReferenceException: Object reference not set to an instance of an object

Link to App Center