Skip to content

Commit ca30bee

Browse files
committed
Merge branch 'master' of github.com:nativescript-community/ui-material-components
2 parents 4d7020d + 26d3705 commit ca30bee

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

packages/bottomsheet/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ export function openBottomSheet(args) {
8686
```typescript
8787
import Vue from 'nativescript-vue';
8888
import BottomSheetPlugin from '@nativescript-community/ui-material-bottomsheet/vue';
89+
import { install } from "@nativescript-community/ui-material-bottomsheet";
90+
install();
8991

9092
Vue.use(BottomSheetPlugin);
9193
```

src/ripple/ripple.android.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -206,21 +206,6 @@ export class Ripple extends RippleBase {
206206
return view;
207207
}
208208

209-
forceSetOnTouchListener = false;
210-
hasGestureObservers() {
211-
if (this.forceSetOnTouchListener) {
212-
return true;
213-
}
214-
return super.hasGestureObservers();
215-
}
216-
initNativeView() {
217-
// we need to force the touch listener even i there is no tap gesture.
218-
this.forceSetOnTouchListener = true;
219-
this.setOnTouchListener();
220-
this.forceSetOnTouchListener = false;
221-
// this.nativeView.setClickable(false);
222-
super.initNativeView();
223-
}
224209
rippleDrawable: android.graphics.drawable.Drawable;
225210
getRippleColor() {
226211
if (this.rippleColor) {

0 commit comments

Comments
 (0)