Skip to content

Commit 83e160d

Browse files
author
Jim Miller
committed
Fix build.
Change-Id: Ifd5fe7933065f555f50ea91c4c301f87ca09dcdc
1 parent 471fa9d commit 83e160d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/com/android/internal/widget/TransportControlView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ private void updatePlayPauseState(int state) {
341341
}
342342
final int imageResId;
343343
final int imageDescId;
344-
final boolean showIfHidden;
344+
boolean showIfHidden = false;
345345
switch (state) {
346346
case RemoteControlClient.PLAYSTATE_ERROR:
347347
imageResId = com.android.internal.R.drawable.stat_sys_warning;

0 commit comments

Comments
 (0)