mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-28 11:57:24 +08:00
Removed spurious whitespace
This commit is contained in:
@@ -682,7 +682,7 @@ class HIDDeviceBLESteamController extends BluetoothGattCallback implements HIDDe
|
|||||||
if (getProductId() == D0G_BLE2_PID) {
|
if (getProductId() == D0G_BLE2_PID) {
|
||||||
//Log.v(TAG, "writeOutputReport " + HexDump.dumpHexString(report));
|
//Log.v(TAG, "writeOutputReport " + HexDump.dumpHexString(report));
|
||||||
writeCharacteristic(reportCharacteristic, report);
|
writeCharacteristic(reportCharacteristic, report);
|
||||||
return report.length;
|
return report.length;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we're a Triton, we need to find the correct report characteristic.
|
// If we're a Triton, we need to find the correct report characteristic.
|
||||||
|
|||||||
@@ -1963,7 +1963,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
|
|||||||
Intent i = new Intent(Intent.ACTION_VIEW);
|
Intent i = new Intent(Intent.ACTION_VIEW);
|
||||||
i.setData(Uri.parse(url));
|
i.setData(Uri.parse(url));
|
||||||
|
|
||||||
int flags = Intent.FLAG_ACTIVITY_NO_HISTORY
|
int flags = Intent.FLAG_ACTIVITY_NO_HISTORY
|
||||||
| Intent.FLAG_ACTIVITY_MULTIPLE_TASK
|
| Intent.FLAG_ACTIVITY_MULTIPLE_TASK
|
||||||
| Intent.FLAG_ACTIVITY_NEW_DOCUMENT;
|
| Intent.FLAG_ACTIVITY_NEW_DOCUMENT;
|
||||||
i.addFlags(flags);
|
i.addFlags(flags);
|
||||||
|
|||||||
Reference in New Issue
Block a user