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

Commit 1c80dfa6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "OMS: remove duplicate mState line from 'cmd overlay dump'"

parents bb261a3c a2ff7025
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -309,7 +309,6 @@ final class OverlayManagerSettings {
            pw.println("mTargetOverlayableName.: " + item.getTargetOverlayableName());
            pw.println("mBaseCodePath..........: " + item.getBaseCodePath());
            pw.println("mState.................: " + OverlayInfo.stateToString(item.getState()));
            pw.println("mState.................: " + OverlayInfo.stateToString(item.getState()));
            pw.println("mIsEnabled.............: " + item.isEnabled());
            pw.println("mIsStatic..............: " + item.isStatic());
            pw.println("mPriority..............: " + item.mPriority);