switchBufferToMain method

void switchBufferToMain()

Implementation

void switchBufferToMain() {
  currentBuffer = mainBuffer;
  needBuild();
  notifyListeners();
}