fix missing assignment *cough*

here
Andreas Shimokawa 2015-12-06 15:39:34 +01:00
parent 112dfa184a
commit 39e09946cd
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}