Release candidate

This commit is contained in:
2025-12-26 16:06:09 +01:00
parent 91fdef99c3
commit fd90b14bdc
10 changed files with 124 additions and 4 deletions

View File

@@ -638,7 +638,7 @@ public class Profile implements Comparable<Profile>
{
Miscellaneous.logEvent("i", "Profile", "Setting haptic feedback to " + String.valueOf(hapticFeedback ? 1 : 0), 4);
if(hapticFeedback)
if(hapticFeedback)
android.provider.Settings.System.putInt(context.getContentResolver(), android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED, 1); // enable
else
android.provider.Settings.System.putInt(context.getContentResolver(), android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED, 0); // disable