[apps/graph] Fix bug: select the right cell ot table at disappearing and

only then

Change-Id: Ie9755694ae84f774ee1e3425d4bc7f1217ef6500
This commit is contained in:
Émilie Feral
2017-06-14 18:07:01 +02:00
parent d33a83ae8c
commit 010014a4b5
2 changed files with 8 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ public:
int reusableCellCount() override;
void willDisplayCellForIndex(HighlightCell * cell, int index) override;
void setFunction(Shared::Function * function) override;
void viewWillAppear() override;
private:
#if COPY_COLUMN
constexpr static int k_totalNumberOfCell = 2;