Skip to content

Conversation

@vijay2909
Copy link
Contributor

@vijay2909 vijay2909 commented Oct 7, 2025

Fixes: #73 And #68

Copy link
Owner

@msbelaid msbelaid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! Please address the lint issues in AppsSelectionScreenTest.kt.
https://github.com/msbelaid/PlugBrain/actions/runs/18300379843/job/52148166616#step:4:98

Comment on lines +57 to +62
val intentFilter = IntentFilter().apply {
addAction(Intent.ACTION_PACKAGE_ADDED)
addAction(Intent.ACTION_PACKAGE_REMOVED)
addDataScheme("package")
}
context.registerReceiver(broadcastReceiver, intentFilter)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks for taking care of the package updates.

@msbelaid msbelaid merged commit 91e6589 into msbelaid:master Oct 8, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Performance: Unnecessary recomposition on App Selection screen causes UI glitches

3 participants