How to remove this badge?
Now I'm using nav.updateBadge(identifier, "");
Thank you

@dominicsavb set it to null
solved!
Thank you
Hi Mike,
I'm still having problems : set exactly what to null ?
withBadge(..) has 2 versions (String and StringHolder), setting it to null raises a compile time error.
and there's no update.. method.
Help, please.
Edit : Found it. in Drawer : public void updateBadge(int identifier, StringHolder badge)
can't you use withBadge((String)null)
yeah, that would've worked too.
I used updateBadge on the drawer.
Anyway thanks for quick response.
Most helpful comment
@dominicsavb set it to
null