Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/Core/AndroidNative/maui/src/main/java/com/microsoft/maui/P…
…latformDrawableStyle.java
  • Loading branch information
albyrock87 authored Feb 25, 2026
commit f9af3fde469863e9ec9259390ec9b373e092548f
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ private void applyTheme() {
if (this.context != null && this.context.getTheme().resolveAttribute(android.R.attr.windowBackground, value, true) && isColorType(value)) {
this.hasNoneColor = 1;
this.noneColor = value.data;
Comment thread
albyrock87 marked this conversation as resolved.
Outdated
return;
}

Comment thread
albyrock87 marked this conversation as resolved.
Outdated
this.hasNoneColor = 0;
Expand Down
Loading