Enhancement: Add null-safety variable
Added null-safety to prevent the packages from throwing errors log if there is not enough sufficient data from the QR code. Issue: QR code (UrlBookmark Type) is required to return url. This issue occured due to the QR code returns empty title Solution: Add nullable String if the QR code returns empty title. Also, added nullable variable to other variables.
Showing
1 changed file
with
45 additions
and
41 deletions
-
Please register or login to post a comment