novoda/merlin

MerlinsBeard NetworkInfo Crash

Mecharyry opened this issue · 1 comments

Problem

There is a check against a NetworkInfo that can be null. See:

if (networkInfo.getType() == networkType) {

Potential Solution

Add null check to the above to avoid NullPointerException.

Impact

Leads to crashes in client applications.

Addressed and released in v1.1.2.