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

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

Merge "DocsUI M3: Fix the test ThemeUtilsTest" into main

parents cd16f363 37fb4292
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ abstract class Material3Config private constructor() {

    @JvmStatic
    fun overrideForTest(overrides: Map<Int, Int>) {
      initialized = true
      idMapping = overrides
    }
  }