Small fixes
This commit is contained in:
parent
f94ad81a5d
commit
88e3ab830a
3 changed files with 3 additions and 4 deletions
|
@ -26,8 +26,8 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="0.4"
|
||||
android:layout_gravity="center"
|
||||
android:gravity="center">
|
||||
android:layout_gravity="center_vertical|left"
|
||||
android:gravity="center_vertical|left">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/subject"
|
||||
|
|
|
@ -208,7 +208,7 @@
|
|||
<string name="subject_changed">new subject : %s</string>
|
||||
<string name="admin_set">%s is admin</string>
|
||||
<string name="admin_unset">%s is no longer admin</string>
|
||||
<string name="group_chat_notif">%1: %2</string>
|
||||
<string name="group_chat_notif" formatted="false">%1: %2</string>
|
||||
|
||||
<!-- Status Bar -->
|
||||
<string name="status_connected">Registered</string>
|
||||
|
|
|
@ -622,7 +622,6 @@ public class GroupChatFragment extends Fragment implements ChatRoomListener, Con
|
|||
|
||||
if (LinphoneActivity.instance().isOnBackground()) {
|
||||
if (!getResources().getBoolean(R.bool.disable_chat_message_notification)) {
|
||||
String to = msg.getToAddress().asString();
|
||||
if (contact != null) {
|
||||
LinphoneService.instance().displayMessageNotification(from.asStringUriOnly(),
|
||||
contact.getFullName(), contact.getThumbnailUri(), getString(R.string.message_cant_be_decrypted_notif));
|
||||
|
|
Loading…
Reference in a new issue