Merge "Remove duplicate import"

This commit is contained in:
Lucas Dupin
2021-01-20 18:49:42 +00:00
committed by Gerrit Code Review

View File

@@ -271,7 +271,7 @@ public class StatusIconContainer extends AlphaOptimizedLinearLayout {
float contentStart = getPaddingStart(); float contentStart = getPaddingStart();
int childCount = getChildCount(); int childCount = getChildCount();
// Underflow === don't show content until that index // Underflow === don't show content until that index
if (DEBUG) android.util.Log.d(TAG, "calculateIconTranslations: start=" + translationX if (DEBUG) Log.d(TAG, "calculateIconTranslations: start=" + translationX
+ " width=" + width + " underflow=" + mNeedsUnderflow); + " width=" + width + " underflow=" + mNeedsUnderflow);
// Collect all of the states which want to be visible // Collect all of the states which want to be visible