Fix various compiler warnings.

This commit is contained in:
Cody Henthorne
2022-12-12 15:21:09 -05:00
parent 819c9f61dc
commit c5b4f44ab8
26 changed files with 48 additions and 54 deletions

View File

@@ -231,9 +231,6 @@ class ImageEditorHudV2 @JvmOverloads constructor(
isAvatarEdit = true
}
fun setColorPalette(colors: Set<Int>) {
}
fun getActiveColor(): Int {
return if (currentMode == Mode.HIGHLIGHT) {
withHighlighterAlpha(drawSeekBar.getColor())