Skip to content

Commit 5fe34e4

Browse files
add languages
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 327ddf4 commit 5fe34e4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • library/src/main/java/com/nextcloud/android/lib/resources/tos

library/src/main/java/com/nextcloud/android/lib/resources/tos/Terms.kt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@
88

99
package com.nextcloud.android.lib.resources.tos
1010

11-
data class Terms(val terms: List<Term>, val hasSigned: Boolean)
11+
data class Terms(
12+
val terms: List<Term>,
13+
val hasSigned: Boolean,
14+
val languages: Map<String, String>
15+
)

0 commit comments

Comments
 (0)