Skip to content

Commit

Permalink
remove nullable.
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Mar 9, 2017
1 parent 4e55a83 commit 85adc4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ android:
components:
- tools
- platform-tools
- build-tools-25.2.0
- build-tools-25.0.2
- android-25
- extra-android-support
- extra
Expand Down
2 changes: 0 additions & 2 deletions library/src/main/java/com/daimajia/swipe/SwipeLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Rect;
import android.support.annotation.Nullable;
import android.support.v4.view.GravityCompat;
import android.support.v4.view.ViewCompat;
import android.support.v4.widget.ViewDragHelper;
Expand Down Expand Up @@ -1270,7 +1269,6 @@ public View getSurfaceView() {
/**
* return null if there is no bottom view
*/
@Nullable
public View getCurrentBottomView() {
List<View> bottoms = getBottomViews();
if (mCurrentDragEdge.ordinal() < bottoms.size()) {
Expand Down

0 comments on commit 85adc4a

Please sign in to comment.