v++
This commit is contained in:
@@ -300,4 +300,12 @@ public class TestsDatabase extends SQLiteDatabase {
|
||||
}
|
||||
return max_version;
|
||||
}
|
||||
|
||||
public boolean hasActiveSapfors(){
|
||||
for (ServerSapfor serverSapfor: serverSapfors.Data.values()){
|
||||
if (serverSapfor.state.isActive())
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user