mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 21:25:39 +01:00
Merge pull request #12837 from german77/cat
service: am: Focus state changed goes last
This commit is contained in:
commit
06abf3205a
@ -931,8 +931,8 @@ ICommonStateGetter::ICommonStateGetter(Core::System& system_,
|
|||||||
sleep_lock_event = service_context.CreateEvent("ICommonStateGetter::SleepLockEvent");
|
sleep_lock_event = service_context.CreateEvent("ICommonStateGetter::SleepLockEvent");
|
||||||
|
|
||||||
// Configure applets to be in foreground state
|
// Configure applets to be in foreground state
|
||||||
msg_queue->PushMessage(AppletMessageQueue::AppletMessage::FocusStateChanged);
|
|
||||||
msg_queue->PushMessage(AppletMessageQueue::AppletMessage::ChangeIntoForeground);
|
msg_queue->PushMessage(AppletMessageQueue::AppletMessage::ChangeIntoForeground);
|
||||||
|
msg_queue->PushMessage(AppletMessageQueue::AppletMessage::FocusStateChanged);
|
||||||
}
|
}
|
||||||
|
|
||||||
ICommonStateGetter::~ICommonStateGetter() {
|
ICommonStateGetter::~ICommonStateGetter() {
|
||||||
|
Loading…
Reference in New Issue
Block a user