Single line sip uri in simplified dialer.
This commit is contained in:
parent
e684416bea
commit
a491ecee82
2 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
android:layout_width="fill_parent" android:id="@+id/Addresslayout">
|
||||
<org.linphone.ui.AddressText android:id="@+id/SipUri"
|
||||
android:background="@drawable/clavier_bg_grey" android:hint="sip:"
|
||||
android:layout_width="fill_parent" android:lines="1"
|
||||
android:layout_width="fill_parent" android:singleLine="true" android:lines="1"
|
||||
android:layout_weight="0.2" android:layout_height="fill_parent"
|
||||
android:padding="10px" android:maxLines="1" android:editable="@bool/allow_edit_in_dialer" />
|
||||
<org.linphone.ui.EraseButton
|
||||
|
|
|
@ -1103,7 +1103,6 @@ public final class LinphoneManager implements LinphoneCoreListener {
|
|||
SensorManager sm = (SensorManager) activity.getSystemService(Context.SENSOR_SERVICE);
|
||||
sm.unregisterListener(sProximitySensorListener);
|
||||
sLastProximitySensorValueNearby = false;
|
||||
proximityNearbyChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue