Timer in ScreenshotActivity 54/154154/7
authorPawel Kurowski <p.kurowski2@samsung.com>
Sun, 8 Oct 2017 13:51:30 +0000 (15:51 +0200)
committerPawel Kurowski <p.kurowski2@samsung.com>
Mon, 16 Oct 2017 14:21:42 +0000 (16:21 +0200)
commit5f3f4f8d1785efddc46285dbaeaf59706c1579f3
treeb528b31b4d41beafb7eca893cdee7611a78830ca
parent2eb2d998b064089006818a998fa88ed22ca886eb
Timer in ScreenshotActivity

According to enlightenment documentation evas_object_del
"marks the given Evas object obj for deletion (when Evas will free its memory). Objects are not freed immediately"
Without additional delay for render cycles, screenshot could capture context menu.

ScreenshotActivity now uses Unique_ptr to handle memory.

Change-Id: Ib703d178fb2c71e4de7a6485fd87d184039a1b1c
src/ScreenshotActivity.cpp