Steps to reproduce:
- Create a note
- Add a SingleNoteWidget to the launcher and chose the above created note
- Start the app
- Delete the above created note
- Synchronize with the server
Result:
The app crashes with a NullPointerException, Android starts the app again, the app crashes again, ...
Solution:
The widget should check if the note is still there, and then
a) Show a hint instead of the content, or
b) Remove the widget (if this is possible)
/cc @dan0xii
Steps to reproduce:
Result:
The app crashes with a
NullPointerException, Android starts the app again, the app crashes again, ...Solution:
The widget should check if the note is still there, and then
a) Show a hint instead of the content, or
b) Remove the widget (if this is possible)
/cc @dan0xii