mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Re-enable haptic feedback on CheckmarkButtonView
This commit is contained in:
@@ -74,7 +74,6 @@ public class CheckmarkButtonView extends TextView
|
||||
res = new StyledResources(getContext());
|
||||
|
||||
setWillNotDraw(false);
|
||||
setHapticFeedbackEnabled(false);
|
||||
|
||||
setMinHeight(
|
||||
getResources().getDimensionPixelSize(R.dimen.checkmarkHeight));
|
||||
|
||||
Reference in New Issue
Block a user