Skip to content
Snippets Groups Projects
Commit 8a7b694f authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

UI/UX: hide 'No Network' view by default

The 'No Network' view should be hidden when the app starts
and should appear only if there is no network connection.

Change-Id: I23c9fb06d8b1514a71c69a0bc9f1ad56eb830961
parent d4b127a0
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ class ConversationsViewModel: ObservableObject {
}
@Published var publicDirectoryTitle = L10n.Smartlist.results
@Published var searchingLabel = ""
@Published var connectionState: ConnectionType = .none
@Published var connectionState: ConnectionType = .connected
@Published var searchQuery: String = ""
@Published var conversationCreated: String = ""
@Published var searchStatus: SearchStatus = .notSearching
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment