src/com/beem/project/beem/service/RosterAdapter.java
changeset 94 904759c1bd62
parent 80 29f0d6a23321
child 96 e0eabd2266fe
equal deleted inserted replaced
93:a4501bbd1549 94:904759c1bd62
    68 	    mAdaptee.createEntry(user, name, groups);
    68 	    mAdaptee.createEntry(user, name, groups);
    69 	    Contact res = new Contact(user);
    69 	    Contact res = new Contact(user);
    70 	    mContacts.put(user, res);
    70 	    mContacts.put(user, res);
    71 	    return res;
    71 	    return res;
    72 	} catch (XMPPException e) {
    72 	} catch (XMPPException e) {
       
    73 	    Log.e(TAG, "Error while adding new contact", e);
    73 	    return null;
    74 	    return null;
    74 	}
    75 	}
    75     }
    76     }
    76 
    77 
    77     /**
    78     /**