Closed huangmr closed 7 years ago
Hi @jordanbyron I just found an issue with old android version 4.4 where it throws an exception during app startup, so just reorganised the code a bit to avoid the unnecessary error.
@huangmr thanks for the quick turn around on this! Merged and published to npm ✨
Issue: on Android 4.4, there is an exception during startup due to undefined
class ShortcutInfo
being referenced in functioncreateShortcutInfo()
.Fix: remove function
createShortcutInfo()
and put the body into where it is being referenced to avoid this issue.