You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SecUpwN @CellularPrivacy/design The problem is that an unsupported layout(RelativeLayout) is used within android.support.v4.widget.SwipeRefreshLayout
To fix this issue, I will make a non-generic version of com.secupwn.aimsicd.adapters.BaseInflaterAdapter such that what's currently being wrapped in the RelativeLayout will be replaced with a single ListView, and the first item of the ListView will contain the Neighboring Cells/Total info.
The text was updated successfully, but these errors were encountered: