summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/NewPhotoModule.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/NewPhotoModule.java')
-rw-r--r--src/com/android/camera/NewPhotoModule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/NewPhotoModule.java b/src/com/android/camera/NewPhotoModule.java
index e5d922a5a..90803a825 100644
--- a/src/com/android/camera/NewPhotoModule.java
+++ b/src/com/android/camera/NewPhotoModule.java
@@ -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);
}
}
};