We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
latest commit 8c3a74a, and 1.0.1 release
Android 12
Nokia 5.4
Built from source
Resizing should work as expected. No unexpected jumps in widget position.
After step 2, 5 or 8 the widget jumps one cell to the left or right (seemingly dependent on some previous state).
I can record the issue if you cannot reproduce it.
The resizable widget I reproduced the issue with is from my own app, but it does little more than the example widget that was automatically generated.
The issue can be fixed by adding the following to binding.resizeFrame.onResizeListener in HomeScreenGrid, but it seems like a bit of a hack:
binding.resizeFrame.onResizeListener
HomeScreenGrid
gridItems.filterVisibleOnCurrentPageOnly().filter { it.id == item.id }.forEach { gridItem -> gridItem.left = item.left gridItem.top = item.top gridItem.right = item.right gridItem.bottom = item.bottom }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist
Affected app version
latest commit 8c3a74a, and 1.0.1 release
Affected Android/Custom ROM version
Android 12
Affected device model
Nokia 5.4
How did you install the app?
Built from source
Steps to reproduce the bug
Expected behavior
Resizing should work as expected. No unexpected jumps in widget position.
Actual behavior
After step 2, 5 or 8 the widget jumps one cell to the left or right (seemingly dependent on some previous state).
Screenshots/Screen recordings
I can record the issue if you cannot reproduce it.
Additional information
The resizable widget I reproduced the issue with is from my own app, but it does little more than the example widget that was automatically generated.
The issue can be fixed by adding the following to
binding.resizeFrame.onResizeListener
inHomeScreenGrid
, but it seems like a bit of a hack:The text was updated successfully, but these errors were encountered: