Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ private val VibrationEffectTitles = VibrationType.values.associateWith {
VibrationType.DoubleClick -> R.string.vibration_effect_double_click
VibrationType.HeavyClick -> R.string.vibration_effect_heavy_click
VibrationType.Tick -> R.string.vibration_effect_tick
else -> throw IllegalStateException("Unknown VibrationType: $it")
}
} else {
throw IllegalStateException("VibrationType is not supported on this API level")
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ kotlin.code.style=official
# Enables namespacing of each library's R class so that its R class includes only the
# resources declared in the library itself and none from the library's dependencies,
# thereby reducing the size of the R class for that library
android.nonTransitiveRClass=true
android.nonFinalResIds=false
android.nonTransitiveRClass=true