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

Commit d55ceaea authored by Song Chun Fan's avatar Song Chun Fan
Browse files

[SettingsProvider] fix DB versioning

BUG: 412277994
Test: presubmit
FLAG: EXEMPT bug fix
Change-Id: Icc8821f0c377b7f54eff8718211fe817e6d7816c
parent 4c9e5951
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -6360,9 +6360,8 @@ public class SettingsProvider extends ContentProvider {
                            // Do nothing. Leave the value as is.
                        }
                    }
                }

                    currentVersion = 223;
                }

                // Version 223: make charging constraint update criteria customizable.
                if (currentVersion == 223) {