Updated Jabit and fixed the update of the "unread messages" badge

This commit is contained in:
2016-11-02 07:32:13 +01:00
parent e249c86b79
commit edd1124c32
2 changed files with 3 additions and 2 deletions

View File

@ -452,6 +452,7 @@ public class MainActivity extends AppCompatActivity
} else {
((PrimaryDrawerItem) item).withBadge((String) null);
}
drawer.updateItem(item);
}
}
}