txusballesteros / bubbles-for-android

Bubbles for Android is an Android library to provide chat heads capabilities on your apps. With a fast way to integrate with your development.
Apache License 2.0
1.48k stars 281 forks source link

ability to set vibration time #31

Closed m04az closed 7 years ago

m04az commented 7 years ago

i want to remove vibration time or change it so i made some changes and i did it like this

private BubblesManager bubblesManager; bubblesManager.getBubblesService().getBubblesTrash().setVibrationDurationInMs(0);