mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 22:29:09 +00:00
fix wrong calculation for "in 4h" (=remove linebreak)
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
45028c3bd4
commit
dad53a77e6
@ -278,8 +278,8 @@ class SetStatusDialogFragment :
|
||||
POS_FOUR_HOURS -> {
|
||||
// four hours
|
||||
clearAt =
|
||||
System.currentTimeMillis() / ONE_SECOND_IN_MILLIS
|
||||
+FOUR_HOURS * ONE_MINUTE_IN_SECONDS * ONE_MINUTE_IN_SECONDS
|
||||
System.currentTimeMillis() / ONE_SECOND_IN_MILLIS + FOUR_HOURS * ONE_MINUTE_IN_SECONDS *
|
||||
ONE_MINUTE_IN_SECONDS
|
||||
}
|
||||
|
||||
POS_TODAY -> {
|
||||
|
Loading…
Reference in New Issue
Block a user