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

Commit d4f89651 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Rename file because gradle doesn't like camelCase." into rvc-dev am: 42aa54c1

Change-Id: I9185911d400b4f51dd95840055b6332e0af09be5
parents 3b2e4c8a 42aa54c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ class ControlAdapter(
            }
            TYPE_DIVIDER -> {
                DividerHolder(layoutInflater.inflate(
                        R.layout.controls_horizontal_divider_withEmpty, parent, false))
                        R.layout.controls_horizontal_divider_with_empty, parent, false))
            }
            else -> throw IllegalStateException("Wrong viewType: $viewType")
        }