mirror of
https://github.com/encounter/SDL.git
synced 2025-06-24 15:33:45 +00:00
Fixed whitespace
This commit is contained in:
parent
80d19282f7
commit
dd85cc0195
@ -587,8 +587,7 @@ public class HIDDeviceManager {
|
|||||||
int flags;
|
int flags;
|
||||||
if (Build.VERSION.SDK_INT >= 23) {
|
if (Build.VERSION.SDK_INT >= 23) {
|
||||||
flags = PendingIntent.FLAG_IMMUTABLE;
|
flags = PendingIntent.FLAG_IMMUTABLE;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
flags = 0;
|
flags = 0;
|
||||||
}
|
}
|
||||||
mUsbManager.requestPermission(usbDevice, PendingIntent.getBroadcast(mContext, 0, new Intent(HIDDeviceManager.ACTION_USB_PERMISSION), flags));
|
mUsbManager.requestPermission(usbDevice, PendingIntent.getBroadcast(mContext, 0, new Intent(HIDDeviceManager.ACTION_USB_PERMISSION), flags));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user