Changed chat notification behavior + mini UI fix for contact editor
This commit is contained in:
parent
fda1dc26c2
commit
83635ffc45
2 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
<TableRow xmlns:android="http://schemas.android.com/apk/res/android"
|
<TableRow xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center_vertical">
|
android:layout_margin="2dp"
|
||||||
|
android:gravity="center_vertical"
|
||||||
|
android:padding="10dp">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:contentDescription="@string/content_description_delete"
|
android:contentDescription="@string/content_description_delete"
|
||||||
|
|
|
@ -370,6 +370,8 @@ public class ChatFragment extends Fragment implements OnClickListener, LinphoneC
|
||||||
message.removeTextChangedListener(textWatcher);
|
message.removeTextChangedListener(textWatcher);
|
||||||
removeVirtualKeyboardVisiblityListener();
|
removeVirtualKeyboardVisiblityListener();
|
||||||
|
|
||||||
|
LinphoneService.instance().removeMessageNotification();
|
||||||
|
|
||||||
super.onPause();
|
super.onPause();
|
||||||
|
|
||||||
if (!message.getText().toString().equals("") && LinphoneActivity.isInstanciated()) {
|
if (!message.getText().toString().equals("") && LinphoneActivity.isInstanciated()) {
|
||||||
|
|
Loading…
Reference in a new issue