mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-20 17:00:30 +00:00
fix clipboard key being colored after switching from custom to non-custom theme
This commit is contained in:
parent
2fd87bb593
commit
2e45ae78fb
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ public final class SuggestionStripView extends RelativeLayout implements OnClick
|
||||||
if (colors.isCustom) {
|
if (colors.isCustom) {
|
||||||
mStripVisibilityGroup.mSuggestionStripView.getBackground().setColorFilter(colors.backgroundFilter);
|
mStripVisibilityGroup.mSuggestionStripView.getBackground().setColorFilter(colors.backgroundFilter);
|
||||||
mClipboardKey.setColorFilter(colors.keyText);
|
mClipboardKey.setColorFilter(colors.keyText);
|
||||||
}
|
} else mClipboardKey.clearColorFilter();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue