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

Commit 0463180a authored by Joshua Tsuji's avatar Joshua Tsuji
Browse files

Rename file because gradle doesn't like camelCase.

Test: gradle builds again, yay!
Bug: 153867127
Change-Id: I87c2f0a02c17ef8f133ca3a251e5679ad0133fe5
parent a8492ef4
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")
        }