mirror of
https://github.com/nextcloud/talk-android
synced 2025-08-04 02:25:04 +01:00
Merge pull request #5117 from nextcloud/user_status_dialog
Bug in user status dialog
This commit is contained in:
commit
e2f5ce3d84
@ -298,6 +298,9 @@ class SetStatusDialogFragment :
|
|||||||
binding.clearStatusMessageTextView.text = getString(R.string.clear_status_message_after)
|
binding.clearStatusMessageTextView.text = getString(R.string.clear_status_message_after)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
clearAt = it.clearAt
|
||||||
|
} else {
|
||||||
|
clearAt = null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user