mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[escher] Only one app is on the heap at one time
Change-Id: I6c77601cb0cc883083a4dd05370ca543fa7951cc
This commit is contained in:
@@ -5,8 +5,8 @@ using namespace Poincare;
|
||||
|
||||
namespace Shared {
|
||||
|
||||
FunctionApp::FunctionApp(Container * container, ViewController * rootViewController, I18n::Message name, I18n::Message upperName, const Image * icon) :
|
||||
TextFieldDelegateApp(container, rootViewController, name, upperName, icon)
|
||||
FunctionApp::FunctionApp(Container * container, ViewController * rootViewController, Descriptor * descriptor) :
|
||||
TextFieldDelegateApp(container, rootViewController, descriptor)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user