Skip to content

Commit b8ab5a9

Browse files
authored
Remove default behavior, makes CL crash (#3)
1 parent 920339d commit b8ab5a9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NestedScrollCoordinatorLayout
22

33
```groovy
4-
compile 'com.otaliastudios:nestedscrollcoordinatorlayout:1.0.2'
4+
compile 'com.otaliastudios:nestedscrollcoordinatorlayout:1.0.3'
55
```
66

77
A `CoordinatorLayout` that implements nested scrolling and propagates scroll events to parent views.

nestedscrollcoordinatorlayout/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

55
// Required by bintray
6-
version = '1.0.2'
6+
version = '1.0.3'
77
group = 'com.otaliastudios'
88

99
android {

nestedscrollcoordinatorlayout/src/main/java/com/otaliastudios/nestedscrollcoordinatorlayout/NestedScrollCoordinatorLayout.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
* by behaviors. There is a dummy view inside the sheet that is capable of getting nested scrolling
2929
* callbacks, and forward them to the *outer* behavior that they normally would never reach.
3030
*/
31-
@CoordinatorLayout.DefaultBehavior(CoordinatorLayout.Behavior.class)
3231
public class NestedScrollCoordinatorLayout extends CoordinatorLayout implements NestedScrollingChild {
3332
private static final String TAG = NestedScrollCoordinatorLayout.class.getSimpleName();
3433

0 commit comments

Comments
 (0)