Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Start day" cause "Settings keep stopping" #240

Open
4 tasks done
jared-chen opened this issue Apr 19, 2024 · 1 comment
Open
4 tasks done

"Start day" cause "Settings keep stopping" #240

jared-chen opened this issue Apr 19, 2024 · 1 comment
Labels

Comments

@jared-chen
Copy link

jared-chen commented Apr 19, 2024

Checklist

  • I am able to reproduce the bug with the latest version.
  • I made sure that there are no existing issues - open or closed - which I could contribute my information to.
  • I have taken the time to fill in all the required details. I understand that the bug report could be dismissed otherwise.
  • This issue contains only one bug.

Describe the bug

After updating to Android 14, setting the "Start day" will cause "Settings keep stopping".

Steps To Reproduce

  1. Go to MinCal.
  2. Tap "Start Day".
  3. Nothing happened.
  4. Tap "Start Day" again.
  5. System show a "Settings keep stopping" message box.
    Screenshot_2024-04-18-21-21-59-51_54556be241cc90967d21605a1f08a719
    Screenshot_2024-04-18-21-22-24-85_fc704e6b13c4fb26bf5e411f75da84f2

Expected Behavior

It should work as it did in Android 13.

Affected app version

2.16.0

Device

Realme RMX3396

Android version

14 (I'm sure it's 14)

Launcher

Realme UI 14.0.25

Additional context and screenshots

No response

@jared-chen jared-chen added the bug label Apr 19, 2024
@mvmike
Copy link
Owner

mvmike commented Apr 19, 2024

Hi @jared-chen,

Indeed, since android 14, system regional preferences (documentation here) are supported for apps, both for reading the current value (as I see it happening in the screenshot) and opening the regional preferences settings screen when tapping.

Since MinCal is just launching an intent in a predefined android settings action to open regional preferences, seems to me this is not an issue in MinCal but rather Realme not supporting the default implementation.

Since I don't have a Realme device, I'd highly appreciate a logcat to see if the issue can be corrected, but I'd like to avoid rolling back an android new feature (have with me a few Android devices with A14 at hand it's working in all of them).

Hopefully, upcoming updates on Realme's Android 14 will correct these small issues. In the meantime, you can change the start day of the week from System > Languages & input > Regional preferences instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants