mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 13:56:10 +00:00
fix(main): set personnal chat as active if last active was profile
Fixes #14111
This commit is contained in:
parent
c26110c5ef
commit
425525e13a
@ -641,7 +641,7 @@ method onChannelGroupsLoaded*[T](
|
||||
return
|
||||
var activeSection: SectionItem
|
||||
var activeSectionId = singletonInstance.localAccountSensitiveSettings.getActiveSection()
|
||||
if activeSectionId == "":
|
||||
if activeSectionId == "" or activeSectionId == conf.SETTINGS_SECTION_ID:
|
||||
activeSectionId = singletonInstance.userProfile.getPubKey()
|
||||
|
||||
for channelGroup in channelGroups:
|
||||
|
Loading…
x
Reference in New Issue
Block a user