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

IllegalStateException in StackRemoteViewsFactory.constructWidget #965

Closed
2 tasks done
iSoron opened this issue Jun 5, 2021 · 1 comment · Fixed by #1043
Closed
2 tasks done

IllegalStateException in StackRemoteViewsFactory.constructWidget #965

iSoron opened this issue Jun 5, 2021 · 1 comment · Fixed by #1043
Labels
bug Something is not behaving as the developers expected confirmed The developers have been able to confirm that the issue is valid high-severity
Milestone

Comments

@iSoron
Copy link
Owner

iSoron commented Jun 5, 2021

Pre-submission checklist

  • I am submitting a bug report, not a feature request.
  • I have searched for similar issues, but did not find any matches.

Description

From Google Play Console:

java.lang.IllegalStateException: 
  at org.isoron.uhabits.widgets.StackRemoteViewsFactory.constructWidget (StackRemoteViewsFactory.kt:109)
  at org.isoron.uhabits.widgets.StackRemoteViewsFactory.onDataSetChanged (StackRemoteViewsFactory.kt:143)
  at android.widget.RemoteViewsService$RemoteViewsFactoryAdapter.onDataSetChanged (RemoteViewsService.java:142)
  at com.android.internal.widget.IRemoteViewsFactory$Stub.onTransact (IRemoteViewsFactory.java:150)
  at android.os.Binder.execTransactInternal (Binder.java:1154)
  at android.os.Binder.execTransact (Binder.java:1123)

Steps to reproduce

Try to create a stacked target widget, i.e. a target widget with at least 2 habits.

System information

  • Phone: Multiple (Google Pixel 5, Motorola one fusion+, Redmi Note 9)
  • Phone Operating System: Multiple (Android 10, Android 11)
  • App version: 2.0.2
@iSoron iSoron added bug Something is not behaving as the developers expected cant-reproduce The developers cannot replicate the issue on their own devices high-severity labels Jun 5, 2021
@iSoron iSoron added this to the Loop 2.0.3 milestone Jun 5, 2021
@hiqua hiqua added confirmed The developers have been able to confirm that the issue is valid and removed cant-reproduce The developers cannot replicate the issue on their own devices labels Aug 1, 2021
hiqua added a commit to hiqua/uhabits that referenced this issue Aug 1, 2021
hiqua added a commit to hiqua/uhabits that referenced this issue Aug 3, 2021
@iSoron
Copy link
Owner Author

iSoron commented Aug 6, 2021

Fixed in branch hotfix/2.0.3

@iSoron iSoron closed this as completed Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not behaving as the developers expected confirmed The developers have been able to confirm that the issue is valid high-severity
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants