[apps/sequence] Display the list controller in the first tab

Change-Id: Ic0d4581c7b7045c13451434c7d03cdfed265e91a
This commit is contained in:
Émilie Feral
2017-02-07 15:23:17 +01:00
parent 20c13c172c
commit dfb4f30c52

View File

@@ -4,6 +4,7 @@
#include <escher.h>
#include <poincare.h>
#include "sequence_store.h"
#include "list/list_controller.h"
#include "values/values_controller.h"
#include "../shared/text_field_delegate_app.h"
@@ -17,7 +18,7 @@ public:
private:
SequenceStore m_sequenceStore;
Poincare::VariableContext m_nContext;
ValuesController m_listController;
ListController m_listController;
HeaderViewController m_listHeader;
StackViewController m_listStackViewController;
ValuesController m_graphController;