Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30ceb78b authored by Lin Guo's avatar Lin Guo
Browse files

Fix build break

Remove the androidx.annotation.DrawableRes import

BUG:79371277
Test: manual
Change-Id: Ic4c5bf799d2ed9a15ed50a3f8c91bb804ad5cbbb
parent 7ca1b03e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package com.android.systemui.volume;
import android.animation.Animator;
import android.animation.AnimatorInflater;
import android.animation.AnimatorSet;
import android.annotation.DrawableRes;
import android.annotation.Nullable;
import android.app.Dialog;
import android.app.KeyguardManager;
@@ -56,7 +57,6 @@ import android.view.WindowManager;
import android.widget.SeekBar;
import android.widget.SeekBar.OnSeekBarChangeListener;

import androidx.annotation.DrawableRes;
import androidx.car.widget.ListItem;
import androidx.car.widget.ListItemAdapter;
import androidx.car.widget.ListItemAdapter.BackgroundStyle;