mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-19 00:19:25 +01:00
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
Block a user