Skip to content

Commit

Permalink
fix: detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Dec 8, 2024
1 parent 0cad973 commit 4504f01
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ package com.reactnativekeyboardcontroller.transformers

import android.text.InputType

private const val INPUT_TYPE_KEYBOARD_NUMBER_PAD = InputType.TYPE_CLASS_NUMBER
private const val INPUT_TYPE_KEYBOARD_DECIMAL_PAD = INPUT_TYPE_KEYBOARD_NUMBER_PAD or InputType.TYPE_NUMBER_FLAG_DECIMAL
private const val INPUT_TYPE_KEYBOARD_NUMBERED = INPUT_TYPE_KEYBOARD_DECIMAL_PAD or InputType.TYPE_NUMBER_FLAG_SIGNED

fun getKeyboardTypeFromInputType(inputType: Int?): String {
if (inputType == null) {
return "default"
Expand Down

0 comments on commit 4504f01

Please sign in to comment.