Closes #1855 - Remove haptic feedback on tabs button

nightly-build-test
Emily Kager 5 years ago committed by Colin Lee
parent 7f5f96b41b
commit b431e57dce

@ -5,7 +5,6 @@
package org.mozilla.fenix.components.toolbar
import android.util.TypedValue
import android.view.HapticFeedbackConstants
import android.view.View
import android.view.ViewGroup
import mozilla.components.browser.session.Session
@ -33,7 +32,6 @@ class TabCounterToolbarButton(
it.private == isPrivate
})
setOnClickListener {
it.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS)
showTabs.invoke()
}
contentDescription =

Loading…
Cancel
Save