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

Commit e7f3a29f authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Improve comment regarding OMS settings upgrade" into main

parents 1a50100d b5d821ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -545,8 +545,8 @@ final class OverlayManagerSettings {
                    throw new XmlPullParserException("old version " + oldVersion + "; ignoring");
                case 3:
                case 4:
                    // Upgrading from version 3 to 5 is not a breaking change so do not ignore the
                    // overlay file.
                    // Upgrading from versions 3 and 4 is not a breaking change, so do not
                    // ignore the overlay file.
                    return;
                default:
                    throw new XmlPullParserException("unrecognized version " + oldVersion);