Skip to content

Commit

Permalink
fixed bug where notification URI method was not called properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Grosner committed Jul 2, 2015
1 parent d8afac1 commit 5776c31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public void endTransactionAndNotify() {
if (isInTransaction) {
isInTransaction = false;

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN) {
onChange(true);
} else {
synchronized (notificationUris) {
Expand Down

0 comments on commit 5776c31

Please sign in to comment.