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

Commit 1ca431a2 authored by Hyundo Moon's avatar Hyundo Moon
Browse files

Fix typo isQuetModeEnabled -> isQuietModeEnabled

Test: Builds successfully
Change-Id: Ied9223c6d7f00651f8b5f04659035ab671a90fdd
Merged-In: Ied9223c6d7f00651f8b5f04659035ab671a90fdd
Ignore-AOSP-First: Cherrypick CL for tm-dev
parent 06f7bd00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3967,7 +3967,7 @@ public class AdapterService extends Service {
    }

    public boolean isQuietModeEnabled() {
        debugLog("isQuetModeEnabled() - Enabled = " + mQuietmode);
        debugLog("isQuietModeEnabled() - Enabled = " + mQuietmode);
        return mQuietmode;
    }