Version bump
This commit is contained in:
parent
f87558f016
commit
21a44f6aac
2 changed files with 6 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
<manifest package="org.linphone"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="3322"
|
||||
android:versionName="3.3.2-gc-2">
|
||||
android:versionCode="3323"
|
||||
android:versionName="3.3.2-gc-3">
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="16"
|
||||
|
|
|
@ -161,6 +161,10 @@ public class ChatListFragment extends Fragment implements OnItemClickListener, C
|
|||
if (state == ChatRoom.State.Deleted || state == ChatRoom.State.TerminationFailed) {
|
||||
mChatRoomDeletionPendingCount -= 1;
|
||||
|
||||
if (state == ChatRoom.State.TerminationFailed) {
|
||||
//TODO error message
|
||||
}
|
||||
|
||||
if (mChatRoomDeletionPendingCount == 0) {
|
||||
mWaitLayout.setVisibility(View.GONE);
|
||||
refreshChatRoomsList();
|
||||
|
|
Loading…
Reference in a new issue