Skip to content

Commit 39c5fa4

Browse files
committed
onDataSetChanged
Signed-off-by: alperozturk <[email protected]>
1 parent 7226b98 commit 39c5fa4

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)