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

Change-Id: I9185911d400b4f51dd95840055b6332e0af09be5
This commit is contained in:
TreeHugger Robot
2020-04-13 21:20:12 +00:00
committed by Automerger Merge Worker
2 changed files with 1 additions and 1 deletions

View File

@@ -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")
}