mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-06-19 16:45:18 +00:00
Group tags are working.
This commit is contained in:
@ -498,8 +498,7 @@ public class MainActivity extends BaseActivity implements
|
||||
}
|
||||
|
||||
if (directory.getKind() == VirtualDirectoryType.GROUP){
|
||||
Toast.makeText(this, R.string.err_groups_not_supported,
|
||||
Toast.LENGTH_SHORT).show();
|
||||
onOpenGroup(directory.getId());
|
||||
}
|
||||
|
||||
else if(directory.getKind() == VirtualDirectoryType.USER){
|
||||
|
Reference in New Issue
Block a user