mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-29 07:35:11 +01:00
fix bug
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
fa9768d767
commit
d62c1b62fa
@ -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