Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xabber-android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
xabber-android
Commits
71ea97b0
Commit
71ea97b0
authored
Apr 20, 2015
by
Grigory Fedorov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into feature/chat_scroll
parents
a0aa91a8
619bda43
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
otr4j
app/otr4j
+1
-1
ContactListAdapter.java
...ava/com/xabber/android/ui/adapter/ContactListAdapter.java
+1
-1
No files found.
otr4j
@
295de3b5
Subproject commit
fb78c5bce8c9cbbb7d09d9eb76a847a03b18b100
Subproject commit
295de3b53f054625ecdcf0d5a5db4fc846144013
app/src/main/java/com/xabber/android/ui/adapter/ContactListAdapter.java
View file @
71ea97b0
...
@@ -297,7 +297,7 @@ public class ContactListAdapter extends GroupedContactAdapter implements Runnabl
...
@@ -297,7 +297,7 @@ public class ContactListAdapter extends GroupedContactAdapter implements Runnabl
}
}
}
}
hasActiveChats
=
activeChats
.
getTotal
()
>
0
;
hasActiveChats
=
activeChats
!=
null
&&
activeChats
.
getTotal
()
>
0
;
// Remove empty groups, sort and apply structure.
// Remove empty groups, sort and apply structure.
baseEntities
.
clear
();
baseEntities
.
clear
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment