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

Commit f23b3d70 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am f74fd525: am 8e08dd2d: am dbf2cd16: Merge "Volume: Include a11y bit in...

am f74fd525: am 8e08dd2d: am dbf2cd16: Merge "Volume: Include a11y bit in dialog dump." into mnc-dev

* commit 'f74fd525':
  Volume: Include a11y bit in dialog dump.
parents d55eb31e f74fd525
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -312,6 +312,8 @@ public class VolumeDialog {
        writer.print("  mShowHeaders: "); writer.println(mShowHeaders);
        writer.print("  mAutomute: "); writer.println(mAutomute);
        writer.print("  mSilentMode: "); writer.println(mSilentMode);
        writer.print("  mAccessibility.mFeedbackEnabled: ");
        writer.println(mAccessibility.mFeedbackEnabled);
    }

    private static int getImpliedLevel(SeekBar seekBar, int progress) {