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

Commit 25938ed6 authored by Alexandr Shabalin's avatar Alexandr Shabalin Committed by Android (Google) Code Review
Browse files

Merge "Show volume percentage only for touch interaction." into main

parents 16cd9a9e f8b421fc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -366,7 +366,6 @@ public abstract class MediaOutputBaseAdapter extends
                                    / (double) seekBar.getMax());
                    mVolumeValueText.setText(mContext.getResources().getString(
                            R.string.media_output_dialog_volume_percentage, percentage));
                    mVolumeValueText.setVisibility(View.VISIBLE);
                    if (mStartFromMute) {
                        updateUnmutedVolumeIcon(device);
                        mStartFromMute = false;