Fix return from contact activity on older phones.
This commit is contained in:
parent
42a3f1af17
commit
ce2bf4f9a1
1 changed files with 2 additions and 3 deletions
|
@ -68,12 +68,11 @@ public class ContactPickerActivityOld extends Activity {
|
||||||
if (!ContactHelper.testPhotoUri(getContentResolver(), pictureUri, android.provider.Contacts.Photos.DATA)) {
|
if (!ContactHelper.testPhotoUri(getContentResolver(), pictureUri, android.provider.Contacts.Photos.DATA)) {
|
||||||
pictureUri = null;
|
pictureUri = null;
|
||||||
}
|
}
|
||||||
// FIXME surprisingly all this picture stuff doesn't seem to work
|
((ContactPicked) getParent()).setAddressAndGoToDialer(lPhoneNo, lName, pictureUri);
|
||||||
DialerActivity.instance().setContactAddress(lPhoneNo, lName, pictureUri);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LinphoneActivity.instance().getTabHost().setCurrentTabByTag(LinphoneActivity.DIALER_TAB);
|
((ContactPicked) getParent()).goToDialer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue