|
|
|
|
@ -10,6 +10,7 @@ import io.realm.RealmObject |
|
|
|
|
import kotlinx.android.synthetic.main.fragment_editable_data.* |
|
|
|
|
import kotlinx.android.synthetic.main.fragment_editable_data.view.* |
|
|
|
|
import net.pokeranalytics.android.R |
|
|
|
|
import net.pokeranalytics.android.exceptions.ConfigurationException |
|
|
|
|
import net.pokeranalytics.android.model.LiveData |
|
|
|
|
import net.pokeranalytics.android.model.interfaces.* |
|
|
|
|
import net.pokeranalytics.android.model.realm.Bankroll |
|
|
|
|
@ -167,7 +168,7 @@ open class EditableDataFragment : PokerAnalyticsFragment(), RowRepresentableDele |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
return |
|
|
|
|
throw ConfigurationException("Save action called on un-Savable object") |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|