Sergey Philippov
Sergey Philippov
Hi @quique123 do you still have your workaround? Could you please email it to me? That would be so great! Thanks!
Rolling back to Arduino IDE v1.0 had helped me to avoid this error.
@chrwei I agree, there should be a proper fix — I just fixed existing hack.
That would be awesome, thank you @TanderZA !
In case if anyone is looking at the same issue, for me the issue was in the `NotificationReceiver` class, when `build` function puts `LOCK_SCREEN_KEY` as `true` here: ``` it.putExtra(LOCK_SCREEN_KEY, isLockScreen)...