Remove default input type

feature/top10
Aurelien Hubert 7 years ago
parent 172330c986
commit b44e7e21f4
  1. 3
      app/src/main/java/net/pokeranalytics/android/ui/view/RowRepresentableEditDescriptor.kt

@ -1,6 +1,5 @@
package net.pokeranalytics.android.ui.view
import android.text.InputType
import io.realm.RealmResults
/**
@ -9,6 +8,6 @@ import io.realm.RealmResults
class RowRepresentableEditDescriptor(
var defaultValue: Any? = null,
var hint: Int? = null,
var inputType: Int? = InputType.TYPE_CLASS_TEXT,
var inputType: Int? = null,
var data: RealmResults<*>? = null
)
Loading…
Cancel
Save