Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
jaindiv26 committed Jul 25, 2019
1 parent a227def commit 0724f8a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,9 @@ class SyncSettingsActivity : BaseActivity(), GroupsListChangeListener {
val newList = mGroupAdapter.selectGroups
//old
val oldList = userAccount.selectedGroupsList
if (newList.isEmpty() && oldList.isEmpty()) {
return false
}
if (newList.size != oldList.size) {
return false
} else {
Expand Down

0 comments on commit 0724f8a

Please sign in to comment.