mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2024-11-23 22:09:30 +00:00
Group tags are working.
This commit is contained in:
parent
6598645cb6
commit
8dcf4af5eb
@ -498,8 +498,7 @@ public class MainActivity extends BaseActivity implements
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (directory.getKind() == VirtualDirectoryType.GROUP){
|
if (directory.getKind() == VirtualDirectoryType.GROUP){
|
||||||
Toast.makeText(this, R.string.err_groups_not_supported,
|
onOpenGroup(directory.getId());
|
||||||
Toast.LENGTH_SHORT).show();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else if(directory.getKind() == VirtualDirectoryType.USER){
|
else if(directory.getKind() == VirtualDirectoryType.USER){
|
||||||
|
Loading…
Reference in New Issue
Block a user