mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
remove assert
Constructor is called from JNI code and so not on the UI thread.
This commit is contained in:
parent
faeaa60f87
commit
1e42156f4a
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ public class NetStateCache {
|
|||
|
||||
public PvtBroadcastReceiver()
|
||||
{
|
||||
DbgUtils.assertOnUIThread();
|
||||
// DbgUtils.assertOnUIThread(); // firing
|
||||
mHandler = new Handler();
|
||||
mLastStateSent = s_netAvail;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue