Closed giohappy closed 3 years ago
Hey! Thank you very much for opening an issue related to this problem. Unfortunately I've had zero time for this project lately :/
Could you please open a PR containing the fixes for this issue?
I'd more than happily merge them to master
:)
Environment
App version: master Android version: API29
Device information: Emulator
Description
The home tab crashes if payload.capsule is null here.
Adding a null-aware access to the payload's capsule property fix the problem:
payload.capsule?.serial == null
Images
Without null-aware access:
With null-aware access: