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"
|
<manifest package="org.linphone"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
android:versionCode="3322"
|
android:versionCode="3323"
|
||||||
android:versionName="3.3.2-gc-2">
|
android:versionName="3.3.2-gc-3">
|
||||||
|
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
android:minSdkVersion="16"
|
android:minSdkVersion="16"
|
||||||
|
|
|
@ -161,6 +161,10 @@ public class ChatListFragment extends Fragment implements OnItemClickListener, C
|
||||||
if (state == ChatRoom.State.Deleted || state == ChatRoom.State.TerminationFailed) {
|
if (state == ChatRoom.State.Deleted || state == ChatRoom.State.TerminationFailed) {
|
||||||
mChatRoomDeletionPendingCount -= 1;
|
mChatRoomDeletionPendingCount -= 1;
|
||||||
|
|
||||||
|
if (state == ChatRoom.State.TerminationFailed) {
|
||||||
|
//TODO error message
|
||||||
|
}
|
||||||
|
|
||||||
if (mChatRoomDeletionPendingCount == 0) {
|
if (mChatRoomDeletionPendingCount == 0) {
|
||||||
mWaitLayout.setVisibility(View.GONE);
|
mWaitLayout.setVisibility(View.GONE);
|
||||||
refreshChatRoomsList();
|
refreshChatRoomsList();
|
||||||
|
|
Loading…
Reference in a new issue