mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -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());
|
res = new StyledResources(getContext());
|
||||||
|
|
||||||
setWillNotDraw(false);
|
setWillNotDraw(false);
|
||||||
setHapticFeedbackEnabled(false);
|
|
||||||
|
|
||||||
setMinHeight(
|
setMinHeight(
|
||||||
getResources().getDimensionPixelSize(R.dimen.checkmarkHeight));
|
getResources().getDimensionPixelSize(R.dimen.checkmarkHeight));
|
||||||
|
|||||||
Reference in New Issue
Block a user