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

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

Merge "Fix typo from appops sqlite change" into main

parents c706e810 0f79cfc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ final class HistoricalRegistry {
        if (Flags.enableSqliteAppopsAccesses()) {
            mDiscreteRegistry = new DiscreteOpsSqlRegistry(context);
        } else {
            mDiscreteRegistry = new DiscreteOpsXmlRegistry(context);
            mDiscreteRegistry = new DiscreteOpsXmlRegistry(lock);
        }
    }