прерывание пакета. первый вариант.
This commit is contained in:
@@ -14,7 +14,7 @@ import java.util.Vector;
|
||||
//https://stackoverflow.com/questions/2127318/java-how-can-i-do-dynamic-casting-of-a-variable-from-one-type-to-another
|
||||
public class GroupInterface {
|
||||
//-
|
||||
public static boolean filterMyOnly = true;
|
||||
public static boolean filterMyOnly = false;
|
||||
//--
|
||||
public static boolean isVisible(Group object) {
|
||||
return (!filterMyOnly || Current.getAccount().email.equals(object.sender_address)) &&
|
||||
|
||||
Reference in New Issue
Block a user