Adding contact from address book failed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Telegram app |
Fix Released
|
Critical
|
Unassigned |
Bug Description
Description:
Telegram returns to the IntroPage after contact added from address book.
Reproduce Steps:
a) Launch Telegram
b) Select "Contacts" in settings
c) Press the button in top right to add the contact
d) Select "From Address Book" to add contact
e) Choose "Contacts" to select the one you want to import
f) Check the contact information in Telegram then click the tick
g) Observe the Telegram UI
Expected Result:
Telegram needs to import the contact properly,
and return to the main view (AccountListPage).
Actual Result:
Telegram returns to the start page (IntroPage).
Occurrence:
10/10 (100%)
Software Information:
com.
Hardware Information:
current build number: 480
device name: mako
channel: ubuntu-
last update: 2016-07-07 11:36:27
version version: 480
version ubuntu: 20160706.1
version device: 20160401.1
version custom: 20160706.1
Related branches
- Jin (community): Approve
-
Diff: 15 lines (+1/-4)1 file modifiedtelegram/app/qml/AccountListItem.qml (+1/-4)
description: | updated |
description: | updated |
Changed in telegram-app: | |
milestone: | none → m33 |
Changed in telegram-app: | |
status: | Confirmed → In Progress |
Changed in telegram-app: | |
status: | Fix Committed → Fix Released |
assignee: | Jin (jin.cth) → nobody |
I think this regression was introduced in commit 209, as per AccountListItem.qml file changes history, looks like that commit partially reverted commit 130. PHONE_NUMBER_ INVALID error is triggered also when an invalid phone (or a valid one without country code) is added as contact, the described issue doesn't happen when a valid phone number (with country code) is added.