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

Commit 9a22d1b4 authored by Behnam Heydarshahi's avatar Behnam Heydarshahi Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in VolumeDialogImpl" into udc-dev

parents d64e78ab a9517cf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2344,7 +2344,7 @@ public class VolumeDialogImpl implements VolumeDialog, Dumpable,
    }

    @VisibleForTesting
    void clearInternalHandleAfterTest() {
    void clearInternalHandlerAfterTest() {
        if (mHandler != null) {
            mHandler.removeCallbacksAndMessages(null);
        }
+1 −1
Original line number Diff line number Diff line
@@ -374,7 +374,7 @@ public class VolumeDialogImplTest extends SysuiTestCase {
    @After
    public void teardown() {
        if (mDialog != null) {
            mDialog.clearInternalHandleAfterTest();
            mDialog.clearInternalHandlerAfterTest();
        }
    }