summaryrefslogtreecommitdiff
path: root/app/src/main/java/net/taler/wallet/history/HistoryEvent.kt
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2019-12-27 11:13:19 -0300
committerTorsten Grote <t@grobox.de>2019-12-27 11:13:19 -0300
commit35ba17db04f48f4ec41f55ac6944051093f7b78b (patch)
tree4f315cfc5ffe5d386eb7b8d86666ceefbc82fcc4 /app/src/main/java/net/taler/wallet/history/HistoryEvent.kt
parent89037988ca55cdd68e3be6294125b04ebfc50e77 (diff)
downloadwallet-android-35ba17db04f48f4ec41f55ac6944051093f7b78b.tar.gz
wallet-android-35ba17db04f48f4ec41f55ac6944051093f7b78b.tar.bz2
wallet-android-35ba17db04f48f4ec41f55ac6944051093f7b78b.zip
Use special layout for withdraw event in wallet history
This is how it could be done for all event types.
Diffstat (limited to 'app/src/main/java/net/taler/wallet/history/HistoryEvent.kt')
-rw-r--r--app/src/main/java/net/taler/wallet/history/HistoryEvent.kt7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/src/main/java/net/taler/wallet/history/HistoryEvent.kt b/app/src/main/java/net/taler/wallet/history/HistoryEvent.kt
index be48ac9..34f3164 100644
--- a/app/src/main/java/net/taler/wallet/history/HistoryEvent.kt
+++ b/app/src/main/java/net/taler/wallet/history/HistoryEvent.kt
@@ -5,13 +5,6 @@ import com.fasterxml.jackson.annotation.JsonInclude.Include.NON_EMPTY
import com.fasterxml.jackson.annotation.JsonSubTypes.Type
import com.fasterxml.jackson.annotation.JsonTypeInfo.As.PROPERTY
import com.fasterxml.jackson.annotation.JsonTypeInfo.Id.NAME
-import org.json.JSONObject
-
-open class HistoryEntry(
- val detail: JSONObject,
- val type: String,
- val timestamp: JSONObject
-)
enum class ReserveType {
/**