everyone likes Android

This commit is contained in:
rusefillc 2022-02-11 06:51:46 -05:00
parent 06797c4fac
commit 061d69449b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class AndroidSerial extends AbstractIoStream {
public AndroidSerial(UsbSerialPort usbSerialPort) {
this.usbSerialPort = usbSerialPort;
dataBuffer = IncomingDataBuffer.createDataBuffer("", this);
dataBuffer = createDataBuffer("");
}
@SuppressLint("SetTextI18n")