REPRODUCIBILITY:-
BUILD ID = OS VERSION:3.4.0.22+24
HARDWARE:-
UI LANGUAGE:na
REGRESSION:?
DESCRIPTION:
Menu item “Save as contact” is not shown when long tapping on a number in call history.
PRECONDITIONS:
“quick call” is off
STEPS TO REPRODUCE:
- switch off “quick call”
- long tap on number in history of phone ui
EXPECTED RESULT:
long tapping on number always shows “Save as contact”
ACTUAL RESULT:
“Save as contact” is missing
ADDITIONAL INFORMATION:
In “/usr/share/voicecall-ui-jolla/pages/CallHistoryView.qml” there is on line 234 “visible: !privateNumber && quickCall”. Why is that? Removing “&& quickCall” and restarting Homescreen does the trick. However, didn’t check for side effects.