Skip to content

Commit

Permalink
Unlock orientation when app resumes
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Oct 29, 2021
1 parent 9dfadc1 commit 845ef79
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ public LevelPainter(SurfaceHolder surfaceHolder, Context context,

// init
this.locked = false;
Level.getProvider().setLocked(this.locked);
this.lockEnabled = lockEnabled;
this.orientation = Orientation.TOP;
this.wait = true;
Expand Down

0 comments on commit 845ef79

Please sign in to comment.