mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Post rebase fix
This commit is contained in:
parent
8d378408c5
commit
2b50208a23
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ class VectorSettingsDevicesFragment :
|
|||
private fun hideCurrentSessionView() {
|
||||
views.deviceListHeaderCurrentSession.isVisible = false
|
||||
views.deviceListCurrentSession.isVisible = false
|
||||
views.deviceListCurrentSessionDivider.isVisible = false
|
||||
views.deviceListDividerCurrentSession.isVisible = false
|
||||
}
|
||||
|
||||
private fun handleRequestStatus(unIgnoreRequest: Async<Unit>) {
|
||||
|
|
Loading…
Add table
Reference in a new issue