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

Fix missing action bar in Device Default theme #3304

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ewpatton
Copy link
Member

Change-Id: I522e6d907dedaf8284777b6a7feb08b7720200ef

General items:

For all other changes:

  • I branched from master
  • My pull request has master as the base

What does this PR accomplish?

This PR fixes #3075. When the default theme was changed from Classic to Device Default, the logic for setting the classic-mode flag in YAIL was no longer correct since it assumes that the default setting is Classic. Now, the 'Theme' property is empty when in Device Default and we should only set the classic mode flag for 'Classic' theme.

This only affects compiled apps so it submitted against master.

Change-Id: I522e6d907dedaf8284777b6a7feb08b7720200ef
@ewpatton ewpatton force-pushed the hotfix/missing-title-bar2 branch from fbfd268 to 400ca03 Compare January 8, 2025 15:55
@ewpatton
Copy link
Member Author

ewpatton commented Jan 8, 2025

Rebased onto latest master.

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.

Compiled Android apps sometimes lack title bar
2 participants