onLayoutUpdate method

void onLayoutUpdate()

Implementation

void onLayoutUpdate() {
  try {
    handleUpdate();
  } catch (e){
    Logger.d("error while handling layout update");
  }
}