telepathyHelper.emergencyCallsAvailable no longer works
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
telephony-service (Ubuntu) |
New
|
Undecided
|
Gustavo Pichorim Boiko |
Bug Description
I believe it used to.
I wanted to use it to control whether we show the "Emergency" button on the lockscreen.
Here's a sample qml file that you can run like so to reproduce:
qmlscene test.qml --desktop_
"""
import QtQuick 2.4
import Ubuntu.Components 1.3
import Ubuntu.Telephony 0.1 as Telephony
MainView {
height: units.gu(20)
width: units.gu(40)
Column {
spacing: units.gu(2)
Label {
text: "Ready: " + (telepathyHelpe
}
Label {
text: "Emergency Calls Available: " + (telepathyHelpe
}
Label {
text: "Both: " + ((telepathyHelp
}
}
}
"""
Changed in telephony-service (Ubuntu): | |
assignee: | nobody → Gustavo Pichorim Boiko (boiko) |