mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Revert "Revert Cls stopping now-master running on googlefood"
This reverts commit 7bc272a11b.
Conflicts:
src/com/android/launcher3/BubbleTextView.java
Change-Id: Id1fb2e1249e72658ce5477165c9bcacba9de2b04
This commit is contained in:
@@ -122,6 +122,9 @@ public class BubbleTextView extends TextView {
|
||||
Drawable iconDrawable = Utilities.createIconDrawable(b);
|
||||
setCompoundDrawables(null, iconDrawable, null, null);
|
||||
setCompoundDrawablePadding(grid.iconDrawablePaddingPx);
|
||||
if (info.contentDescription != null) {
|
||||
setContentDescription(info.contentDescription);
|
||||
}
|
||||
setTag(info);
|
||||
if (info.isPromise()) {
|
||||
applyState();
|
||||
|
||||
Reference in New Issue
Block a user