remove assert

Constructor is called from JNI code and so not on the UI thread.
This commit is contained in:
Eric House 2018-12-04 05:10:05 -08:00
parent faeaa60f87
commit 1e42156f4a

View file

@ -181,7 +181,7 @@ public class NetStateCache {
public PvtBroadcastReceiver()
{
DbgUtils.assertOnUIThread();
// DbgUtils.assertOnUIThread(); // firing
mHandler = new Handler();
mLastStateSent = s_netAvail;
}