Skip to content

Commit

Permalink
Android: fix typo (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryo authored and dekpient committed Jan 23, 2020
1 parent 0bf4ade commit 5517f1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ public void setPausedModifier(final boolean paused) {
mProgressUpdateHandler.post(mProgressUpdateRunnable);
}
}
setProximitySensorEnabled(!mpaused);
setProximitySensorEnabled(!mPaused);
setKeepScreenOn(!mPaused);
}

Expand Down

0 comments on commit 5517f1f

Please sign in to comment.