1
0
Fork 0

Closes #1855 - Remove haptic feedback on tabs button

master
Emily Kager 2019-04-23 12:38:55 -07:00 committed by Colin Lee
parent 7f5f96b41b
commit b431e57dce
1 changed files with 0 additions and 2 deletions

View File

@ -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 =