Fix hiding year if not available
This commit is contained in:
parent
e49bea1cc9
commit
05146d6258
2 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,6 @@ import android.widget.ImageButton;
|
|||
import android.widget.ImageView;
|
||||
import android.widget.ListView;
|
||||
import android.widget.RadioButton;
|
||||
import android.widget.TextView;
|
||||
|
||||
import androidx.annotation.CheckResult;
|
||||
import androidx.annotation.ColorInt;
|
||||
|
@ -91,8 +90,6 @@ public final class ToolbarContentTintHelper {
|
|||
final View backButton = toolbar.getChildAt(i);
|
||||
if (backButton instanceof ImageView) {
|
||||
((ImageView) backButton).getDrawable().setColorFilter(colorFilter);
|
||||
} else if (backButton instanceof TextView) {
|
||||
// ((TextView) backButton).setTextColor(color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue