Skip to content

Commit 85adc4a

Browse files
committed
remove nullable.
1 parent 4e55a83 commit 85adc4a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ android:
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

library/src/main/java/com/daimajia/swipe/SwipeLayout.java

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import android.content.Context;
44
import android.content.res.TypedArray;
55
import android.graphics.Rect;
6-
import android.support.annotation.Nullable;
76
import android.support.v4.view.GravityCompat;
87
import android.support.v4.view.ViewCompat;
98
import 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()) {

0 commit comments

Comments
 (0)