|
|
|
@ -1,6 +1,5 @@ |
|
|
|
package net.pokeranalytics.android.model.realm |
|
|
|
package net.pokeranalytics.android.model.realm |
|
|
|
|
|
|
|
|
|
|
|
import android.text.InputType |
|
|
|
|
|
|
|
import io.realm.RealmObject |
|
|
|
import io.realm.RealmObject |
|
|
|
import io.realm.annotations.Ignore |
|
|
|
import io.realm.annotations.Ignore |
|
|
|
import io.realm.annotations.PrimaryKey |
|
|
|
import io.realm.annotations.PrimaryKey |
|
|
|
@ -55,8 +54,7 @@ open class Location : RealmObject(), Savable, RowRepresentableDataSource, RowRep |
|
|
|
SimpleRow.NAME -> data.add( |
|
|
|
SimpleRow.NAME -> data.add( |
|
|
|
RowRepresentableEditDescriptor( |
|
|
|
RowRepresentableEditDescriptor( |
|
|
|
this.name, |
|
|
|
this.name, |
|
|
|
SimpleRow.NAME.resId, |
|
|
|
SimpleRow.NAME.resId |
|
|
|
InputType.TYPE_CLASS_TEXT |
|
|
|
|
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
) |
|
|
|
} |
|
|
|
} |
|
|
|
|