|
|
|
|
@ -17,7 +17,6 @@ import kotlinx.android.synthetic.main.view_player_image.view.* |
|
|
|
|
import net.pokeranalytics.android.R |
|
|
|
|
import net.pokeranalytics.android.model.realm.Player |
|
|
|
|
import net.pokeranalytics.android.ui.extensions.px |
|
|
|
|
import net.pokeranalytics.android.util.NULL_TEXT |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
@ -89,7 +88,7 @@ class PlayerImageView : FrameLayout { |
|
|
|
|
player.name.substring(0, player.name.length) |
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
NULL_TEXT |
|
|
|
|
"" //NULL_TEXT |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Picture |
|
|
|
|
|