Change-Id: I4e39fdedab56601f941bae09dbc314003eeb6fdb
Signed-off-by: Andrey Klimenko <and.klimenko@samsung.com>
// App:
virtual void onAppPause();
virtual void onAppResume();
+
+ using BaseController::onPause;
+ using BaseController::onResume;
};
}
namespace
{
#define maxBodyHeight ELM_SCALE_SIZE(360)
-
- inline bool isBackKey(const char *name)
- {
- return name ? strcmp("BackSpace", name) == 0 : false;
- }
}
BodyView::BodyView(Evas_Object *parent, int maxCharCount)
IMessageInputPanelListener * m_pListener;
Evas_Object *m_pLayout;
Evas_Object *m_pSendButton;
- Evas_Object *m_pSendLabel;
Evas_Object *m_pAddButton;
};
: m_pListener(nullptr)
, m_pLayout(nullptr)
, m_pSendButton(nullptr)
- , m_pSendLabel(nullptr)
, m_pAddButton(nullptr)
{
create(parent);