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"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical">
|
||||
android:layout_margin="2dp"
|
||||
android:gravity="center_vertical"
|
||||
android:padding="10dp">
|
||||
|
||||
<ImageView
|
||||
android:contentDescription="@string/content_description_delete"
|
||||
|
|
|
@ -369,6 +369,8 @@ public class ChatFragment extends Fragment implements OnClickListener, LinphoneC
|
|||
latestImageMessages = null;
|
||||
message.removeTextChangedListener(textWatcher);
|
||||
removeVirtualKeyboardVisiblityListener();
|
||||
|
||||
LinphoneService.instance().removeMessageNotification();
|
||||
|
||||
super.onPause();
|
||||
|
||||
|
|
Loading…
Reference in a new issue