Skip to content

Commit fbc75ca

Browse files
committed
Fix CDMA NPE
The CDMA specific location method did not work and I somehow missed this reference and/or added it back in causing crashes AGAIN for CDMA users! Sorry about that guys. These methods and any calls have now been totally removed.
1 parent 0d70645 commit fbc75ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/SecUpwN/AIMSICD/fragments/DeviceFragment.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ private void updateUI() {
126126
content.setText(String.valueOf(mAimsicdService.getSID()));
127127
content = (TextView) mView.findViewById(R.id.network_baseid);
128128
content.setText(String.valueOf(mAimsicdService.getCellId()));
129-
mAimsicdService.updateCdmaLocation();
130129
double[] location = mAimsicdService.getLastLocation();
131130
content = (TextView) mView.findViewById(R.id.network_cmda_lat);
132131
content.setText(String.valueOf(location[0]));

0 commit comments

Comments
 (0)