Skip to content

feat: improved background handling #9615

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

Merged
merged 5 commits into from
Jan 14, 2022

Conversation

rigor789
Copy link
Member

No description provided.

farfromrefug and others added 2 commits October 1, 2021 14:58
* fix: refactor background handling.

The idea is for views to handle sepecial case themselves.
I realised that android.widget.Button was materialized even if you were not using it because there was a test for instanceof in the background handling. Now the special background handling is done in Button and ActionBar

* fix: automated tests are now passing

* fix: removed duplicated line

* fix: port boxshadow to background improvements

* Update packages/core/ui/core/view/index.android.ts

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>

* Update packages/core/ui/action-bar/index.android.ts

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>

* chore: remove empty namespace

Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
@NathanWalker NathanWalker changed the base branch from master to feat/touch-manager January 14, 2022 20:05
@NathanWalker NathanWalker merged commit 3190a98 into feat/touch-manager Jan 14, 2022
@NathanWalker NathanWalker deleted the feat/refactored-background-handling branch January 14, 2022 20:13
NathanWalker pushed a commit that referenced this pull request Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android: ActionBar wrong background-color after back-navigation since 7.2.0
3 participants