OSDN Git Service

Add newly taken photos/videos to film strip.
[android-x86/packages-apps-Gallery2.git] / src / com / android / camera / NewPhotoModule.java
index e5d922a..90803a8 100644 (file)
@@ -256,7 +256,7 @@ public class NewPhotoModule
                     if (uri != null) {
                         // TODO: Commenting out the line below for now. need to get it working
                         // mActivity.addSecureAlbumItemIfNeeded(false, uri);
-                        Util.broadcastNewPicture(mActivity, uri);
+                        mActivity.notifyNewMedia(uri);
                     }
                 }
             };