|
|
|
|
@ -1,13 +1,13 @@ |
|
|
|
|
package net.pokeranalytics.android.ui.fragment.data |
|
|
|
|
|
|
|
|
|
import android.app.Activity.RESULT_OK |
|
|
|
|
import android.app.AlertDialog |
|
|
|
|
import android.content.Intent |
|
|
|
|
import android.graphics.Color |
|
|
|
|
import android.os.Bundle |
|
|
|
|
import android.view.LayoutInflater |
|
|
|
|
import android.view.View |
|
|
|
|
import android.view.ViewGroup |
|
|
|
|
import androidx.appcompat.app.AlertDialog |
|
|
|
|
import kotlinx.android.synthetic.main.fragment_player.* |
|
|
|
|
import kotlinx.coroutines.Dispatchers |
|
|
|
|
import kotlinx.coroutines.GlobalScope |
|
|
|
|
@ -169,9 +169,6 @@ class PlayerDataFragment : EditableDataFragment(), StaticRowRepresentableDataSou |
|
|
|
|
*/ |
|
|
|
|
private fun openPictureDialog() { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
val builder = AlertDialog.Builder(requireContext()) |
|
|
|
|
|
|
|
|
|
val placesArray = ArrayList<CharSequence>() |
|
|
|
|
|