Skip to content

Commit

Permalink
Merge pull request androidthings#8 from PaulTR/patch-1
Browse files Browse the repository at this point in the history
Update ButtonInputDriver.java
  • Loading branch information
jdkoren authored Dec 27, 2016
2 parents 51728ee + 5075bfb commit efdbd9c
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 efdbd9c

Please sign in to comment.