Skip to content

Commit 063bf4e

Browse files
alperozturk96backportbot[bot]
authored andcommitted
onDataSetChanged
Signed-off-by: alperozturk <[email protected]>
1 parent 41a9e85 commit 063bf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/it/niedermann/owncloud/notes/widget/notelist/NoteListWidgetFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public void onDataSetChanged() {
8383
}
8484
}
8585
}
86-
} catch (IllegalArgumentException e) {
86+
} catch (Exception e) {
8787
Log.w(TAG, "Error caught at onDataSetChanged: " + e);
8888
}
8989
}

0 commit comments

Comments
 (0)