Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix immersive mode for noapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Randall Barker committed Sep 25, 2018
1 parent 4aa9dab commit b03f0ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/noapi/cpp/DeviceDelegateNoAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ DeviceDelegateNoAPI::RegisterImmersiveDisplay(ImmersiveDisplayPtr aDisplay) {
if (m.display) {
m.display->SetDeviceName("NoAPI");
m.UpdateDisplay();
m.display->CompleteEnumeration();
}
}

Expand Down

0 comments on commit b03f0ad

Please sign in to comment.