Merge pull request #13318 from zfox23/MS14925_doubleCallingDisplayChanged

Fix MS14925: Don't double-emit signal for display plugin change
This commit is contained in:
Zach Fox 2018-06-07 09:32:50 -07:00 committed by GitHub
commit 7f04506020
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8053,7 +8053,6 @@ void Application::switchDisplayMode() {
setActiveDisplayPlugin(DESKTOP_DISPLAY_PLUGIN_NAME);
startHMDStandBySession();
}
emit activeDisplayPluginChanged();
}
_previousHMDWornStatus = currentHMDWornStatus;
}