fix missing assignment *cough*
This commit is contained in:
parent
112dfa184a
commit
39e09946cd
|
@ -433,7 +433,7 @@ public class DeviceCommunicationService extends Service {
|
|||
|
||||
Cursor contactLookup = null;
|
||||
try {
|
||||
contentResolver.query(uri, null, null, null, null);
|
||||
contactLookup = contentResolver.query(uri, null, null, null, null);
|
||||
} catch (SecurityException e) {
|
||||
return name;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue