Skip to content

Commit 1aecd5a

Browse files
committed
Merge pull request #18 from jjhesk/patch-1
Update DragTopLayout.java
2 parents a8b65f6 + 8ddcd73 commit 1aecd5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

library/src/main/java/github/chenupt/dragtoplayout/DragTopLayout.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,11 @@ private void resetDispatchingContentView() {
405405
//================
406406
// public
407407
//================
408-
408+
409+
public PanelState getState() {
410+
return panelState;
411+
}
412+
409413
public void openTopView(boolean anim) {
410414
// Before created
411415
if (dragContentView.getHeight() == 0) {

0 commit comments

Comments
 (0)