Skip to content

Commit

Permalink
Update ButtonInputDriver.java
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTR authored Dec 26, 2016
1 parent 51728ee commit 5075bfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void register() {
*/
public void unregister() {
if (mDriver != null) {
UserDriverManager.getManager().registerInputDriver(mDriver);
UserDriverManager.getManager().unregisterInputDriver(mDriver);
mDriver = null;
}
}
Expand Down

0 comments on commit 5075bfb

Please sign in to comment.