Skip to content

Commit

Permalink
Removed switch to NORMAL display state (it didn't work as well as exp…
Browse files Browse the repository at this point in the history
…ected)
  • Loading branch information
neilrackett committed Feb 21, 2016
1 parent 4a241de commit 4b9790e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
Binary file modified build/AndroidFullScreen.ane
Binary file not shown.
Binary file modified build/android/library.swf
Binary file not shown.
Binary file modified build/default/library.swf
Binary file not shown.
Binary file modified swc/bin/fullscreen-ane-swc.swc
Binary file not shown.
10 changes: 1 addition & 9 deletions swc/src/com/mesmotronic/ane/AndroidFullScreen.as
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,7 @@ package com.mesmotronic.ane
{
try
{
if (immersiveMode())
{
if (stage)
{
stage.displayState = StageDisplayState.NORMAL;
}
}
else
if (!immersiveMode())
{
stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;
}
Expand Down

0 comments on commit 4b9790e

Please sign in to comment.