Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update SlidingUpPanelLayout.java
  • Loading branch information
ppamorim committed Dec 19, 2014
commit cec09d45211150b8d662b709ba57d2201d6a8530
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ public boolean collapsePanel() {
/**
* Collapse the sliding pane if it is currently slideable.
*
* @return true if the pane was slideable and is now expanded/in the process of expading
* @return true if the pane was slideable and is now collapsed/in the process of expading
*/
public boolean forceCollapsePanel() {
if (mFirstLayout) {
Expand Down