mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
replace assert with what it was to remind me to add
This commit is contained in:
parent
e30497f336
commit
e77b830157
1 changed files with 1 additions and 2 deletions
|
@ -1222,8 +1222,7 @@ public class RelayService extends JobIntentService
|
||||||
|
|
||||||
service.m_handler.post( new Runnable() {
|
service.m_handler.post( new Runnable() {
|
||||||
public void run() {
|
public void run() {
|
||||||
Assert.assertFalse( BuildConfig.DEBUG );
|
service.stopUDPThreads();
|
||||||
// stopUDPThreadsIf();
|
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue