mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-05 17:57:03 +01:00
fixed missing function
This commit is contained in:
parent
2a96f762af
commit
30488989b1
@ -48,4 +48,8 @@ public abstract class Request {
|
||||
protected void log(String message){
|
||||
Log.d(getName(), message);
|
||||
}
|
||||
|
||||
public boolean expectsResponse(){
|
||||
return this.data[0] == 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user