mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-12 19:06:11 +00:00
mDNS no longer crashes on malformed packets
This commit is contained in:
@@ -35,15 +35,11 @@ or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>na
|
||||
public static final int ic_launcher=0x7f020000;
|
||||
}
|
||||
public static final class id {
|
||||
<<<<<<< HEAD
|
||||
public static final int mDNSResultView=0x7f080000;
|
||||
public static final int surfaceView=0x7f080001;
|
||||
=======
|
||||
public static final int hostTextView=0x7f080002;
|
||||
public static final int hostTextView=0x7f080003;
|
||||
public static final int mDNSResultView=0x7f080002;
|
||||
public static final int pairButton=0x7f080000;
|
||||
public static final int statusButton=0x7f080001;
|
||||
public static final int surfaceView=0x7f080003;
|
||||
>>>>>>> d7062ac2e0b306c42144c84690a3735c5878e11d
|
||||
public static final int surfaceView=0x7f080004;
|
||||
}
|
||||
public static final class layout {
|
||||
public static final int activity_connection=0x7f030000;
|
||||
|
||||
Reference in New Issue
Block a user