mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 12:56:49 +01:00
Fix parceling GBDeviceCandidate
This commit is contained in:
parent
4c26c2933b
commit
b8b2d8830f
@ -57,7 +57,7 @@ public class GBDeviceCandidate implements Parcelable {
|
||||
dest.writeParcelable(device, 0);
|
||||
dest.writeInt(rssi);
|
||||
dest.writeString(deviceType.name());
|
||||
dest.writeArray(serviceUuds);
|
||||
dest.writeParcelableArray(serviceUuds, 0);
|
||||
}
|
||||
|
||||
public static final Creator<GBDeviceCandidate> CREATOR = new Creator<GBDeviceCandidate>() {
|
||||
|
Loading…
Reference in New Issue
Block a user