Changed chat notification behavior + mini UI fix for contact editor

This commit is contained in:
Sylvain Berfini 2012-11-27 15:08:11 +01:00
parent fda1dc26c2
commit 83635ffc45
2 changed files with 5 additions and 1 deletions

View file

@ -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"

View file

@ -369,6 +369,8 @@ public class ChatFragment extends Fragment implements OnClickListener, LinphoneC
latestImageMessages = null;
message.removeTextChangedListener(textWatcher);
removeVirtualKeyboardVisiblityListener();
LinphoneService.instance().removeMessageNotification();
super.onPause();