From: Rahul Dadhich Date: Wed, 9 Dec 2015 10:47:24 +0000 (+0530) Subject: [Gallery] Resolved black screen issue in no content view X-Git-Tag: submit/tizen_mobile/20151209.111910~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e8b812df2926ce738f501c1bad2edab40696c9c;p=profile%2Fmobile%2Fapps%2Fnative%2Fgallery.git [Gallery] Resolved black screen issue in no content view Change-Id: I838411b7164dc661bbc3ddc483be5a90f7e1c477 Signed-off-by: Rahul Dadhich --- diff --git a/src/gallery.c b/src/gallery.c index ff38454..9d19bf6 100644 --- a/src/gallery.c +++ b/src/gallery.c @@ -85,6 +85,10 @@ static void _gallery_resume(void *data) } /* Video palyer was close when pause Gallery */ ad->uginfo.b_app_called = false; + + if (ad->albuminfo.nocontents) { + gl_albums_update_view(data); + } _gl_entry_resume_view(ad); }