File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
library/src/main/java/com/daimajia/swipe Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 33 components :
44 - tools
55 - platform-tools
6- - build-tools-25.2.0
6+ - build-tools-25.0.2
77 - android-25
88 - extra-android-support
99 - extra
Original file line number Diff line number Diff line change 33import android .content .Context ;
44import android .content .res .TypedArray ;
55import android .graphics .Rect ;
6- import android .support .annotation .Nullable ;
76import android .support .v4 .view .GravityCompat ;
87import android .support .v4 .view .ViewCompat ;
98import android .support .v4 .widget .ViewDragHelper ;
@@ -1270,7 +1269,6 @@ public View getSurfaceView() {
12701269 /**
12711270 * return null if there is no bottom view
12721271 */
1273- @ Nullable
12741272 public View getCurrentBottomView () {
12751273 List <View > bottoms = getBottomViews ();
12761274 if (mCurrentDragEdge .ordinal () < bottoms .size ()) {
You can’t perform that action at this time.
0 commit comments