Fix several Lint warnings

This commit is contained in:
Cameron Gutman
2020-07-04 15:41:41 -05:00
parent 43c67b4939
commit 2ba7feedfc
8 changed files with 6 additions and 10 deletions
@@ -1616,7 +1616,7 @@ public class ControllerHandler implements InputManager.InputDeviceListener, UsbD
usbDeviceContexts.put(controller.getControllerId(), context);
}
class GenericControllerContext {
static class GenericControllerContext {
public int id;
public boolean external;