FloatingToolbar: Fix javadoc for closeOverflow().

Change-Id: I450fc603ae5fe49f08f580594352cc1120cc104d
This commit is contained in:
Sebastian Kaspari
2016-02-09 16:22:08 +01:00
parent 3f0355f972
commit eb101a700c

View File

@@ -747,7 +747,7 @@ public final class FloatingToolbar {
}
/**
* Opens the floating toolbar overflow.
* Closes the floating toolbar overflow.
* This method should not be called if menu items have not been laid out with
* {@link #layoutMenuItems(java.util.List, MenuItem.OnMenuItemClickListener, int)}.
*