WIP: fix: intialization ui/squawk.cpp before than Core::Squawk::ready #69

Closed
pavanvo wants to merge 1 commits from pavanvo:fix/init_ui_before_app into master
First-time contributor

When we load app with one acc, button add contact is not enabled.
It's happend cuz ui/squawk.cpp is initializing after the Core::Squawk::ready.

We can easily checkout this with the two breakpoints,
first on ui/models/account.cpp line 99
second on ui/squawk.cpp line 66

Event happent before subscribing

So this PR to fix this

When we load app with one acc, button add contact is not enabled. It's happend cuz ui/squawk.cpp is initializing after the `Core::Squawk::ready`. We can easily checkout this with the two breakpoints, first on `ui/models/account.cpp` line 99 second on `ui/squawk.cpp` line 66 Event happent before subscribing So this PR to fix this
pavanvo added 1 commit 2022-05-28 05:27:30 +00:00
Owner

Hey! Thank you so much for participating!
I'm afraid this fix won't do, I'm planing to make Squawk main window closable to make it stay in the tray, so... there shall be additional state control in Application

Hey! Thank you so much for participating! I'm afraid this fix won't do, I'm planing to make Squawk main window closable to make it stay in the tray, so... there shall be additional state control in Application
Author
First-time contributor

Yo, I started to write tray icon, there is no problems with it!
Pls wait a lil until i finished

Yo, I started to write tray icon, there is no problems with it! Pls wait a lil until i finished
Owner

I think I have fixed it in a bit better way with my most recent commit

I think I have fixed it in a bit better way with my most recent commit
pavanvo closed this pull request 2022-08-30 07:27:47 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blue/squawk#69
No description provided.