bool refreshAdHeight(double height) { if (adHeight != height) { adHeight = height; return true; } return false; }