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

Commit c5253c1d authored by Michael Wright's avatar Michael Wright Committed by Gerrit Code Review
Browse files

Merge "Don't warn for displays with no input device matching."

parents cc3049a2 56139792
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2231,8 +2231,10 @@ public final class DisplayManagerService extends SystemService {
                }
                // fallthrough
            default:
                if (DEBUG) {
                    Slog.w(TAG, "Display " + info + " does not support input device matching.");
                }
        }
        return Optional.empty();
    }