File tree 2 files changed +1
-3
lines changed
library/src/main/java/com/daimajia/swipe
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 3
3
components :
4
4
- tools
5
5
- platform-tools
6
- - build-tools-25.2.0
6
+ - build-tools-25.0.2
7
7
- android-25
8
8
- extra-android-support
9
9
- extra
Original file line number Diff line number Diff line change 3
3
import android .content .Context ;
4
4
import android .content .res .TypedArray ;
5
5
import android .graphics .Rect ;
6
- import android .support .annotation .Nullable ;
7
6
import android .support .v4 .view .GravityCompat ;
8
7
import android .support .v4 .view .ViewCompat ;
9
8
import android .support .v4 .widget .ViewDragHelper ;
@@ -1270,7 +1269,6 @@ public View getSurfaceView() {
1270
1269
/**
1271
1270
* return null if there is no bottom view
1272
1271
*/
1273
- @ Nullable
1274
1272
public View getCurrentBottomView () {
1275
1273
List <View > bottoms = getBottomViews ();
1276
1274
if (mCurrentDragEdge .ordinal () < bottoms .size ()) {
You can’t perform that action at this time.
0 commit comments