kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
06f2908d78
commit
7817c7697e
|
@ -171,8 +171,8 @@ public class AudioAttachmentServer implements Runnable {
|
|||
Log.i(TAG, "range found!! " + cbSkip);
|
||||
}
|
||||
|
||||
if(!request.get("method").equals("GET")) {
|
||||
Log.e(TAG, "Only GET is supported");
|
||||
if (!"GET".equals(request.get("method"))) {
|
||||
Log.e(TAG, "Only GET is supported: " + request.get("method"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue