mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
fix assertion on emulator
This commit is contained in:
parent
f88ac1a9d0
commit
4990d31eda
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ public class WiDirService extends XWService {
|
|||
codeStr = "ERROR";
|
||||
break;
|
||||
case WifiP2pManager.P2P_UNSUPPORTED:
|
||||
Assert.fail();
|
||||
// Assert.fail(); // fires on emulator
|
||||
codeStr = "UNSUPPORTED";
|
||||
break;
|
||||
case WifiP2pManager.BUSY:
|
||||
|
|
Loading…
Reference in a new issue