mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-23 13:26:15 +03:00
#451 Toggle checkboxes in view mode
Print stacktrace on IndexOutOfBoundsException
This commit is contained in:
parent
1c4ccdae5e
commit
6afcca8567
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ public class NotePreviewFragment extends BaseNoteFragment {
|
|||
saveNote(null);
|
||||
} catch (IndexOutOfBoundsException e) {
|
||||
Toast.makeText(getActivity(), "Checkbox could not be toggled.", Toast.LENGTH_SHORT).show();
|
||||
e.printStackTrace();
|
||||
}
|
||||
return line;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue