mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Merge "Icon should not disappear on drag and drop" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7eae6a4ce1
@@ -268,8 +268,10 @@ public class BubbleTextView extends TextView implements ItemInfoUpdateReceiver,
|
||||
mDotParams.scale = 0f;
|
||||
mForceHideDot = false;
|
||||
setBackground(null);
|
||||
setSingleLine(true);
|
||||
setMaxLines(1);
|
||||
if (FeatureFlags.ENABLE_TWOLINE_ALLAPPS.get()
|
||||
|| FeatureFlags.ENABLE_TWOLINE_DEVICESEARCH.get()) {
|
||||
setMaxLines(1);
|
||||
}
|
||||
|
||||
setTag(null);
|
||||
if (mIconLoadRequest != null) {
|
||||
|
||||
Reference in New Issue
Block a user