diff options
Diffstat (limited to 'src/com')
| -rw-r--r-- | src/com/android/camera/MenuHelper.java | 4 | ||||
| -rw-r--r-- | src/com/android/camera/PhotoAppWidgetConfigure.java | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/com/android/camera/MenuHelper.java b/src/com/android/camera/MenuHelper.java index 86f4a44..2ff473d 100644 --- a/src/com/android/camera/MenuHelper.java +++ b/src/com/android/camera/MenuHelper.java @@ -275,8 +275,8 @@ public class MenuHelper { ok = true; } } - - if (!ok) { + + if (!ok) { handler.post(new Runnable() { public void run() { Toast.makeText(activity, diff --git a/src/com/android/camera/PhotoAppWidgetConfigure.java b/src/com/android/camera/PhotoAppWidgetConfigure.java index bc1da34..1755a71 100644 --- a/src/com/android/camera/PhotoAppWidgetConfigure.java +++ b/src/com/android/camera/PhotoAppWidgetConfigure.java @@ -55,7 +55,7 @@ public class PhotoAppWidgetConfigure extends Activity { DisplayMetrics display = getResources().getDisplayMetrics(); int maxDimension = Math.max(display.heightPixels, display.widthPixels); maxDimension /= 2; - + // TODO: Adjust the PhotoFrame's image size to avoid on the fly scaling Intent intent = new Intent(Intent.ACTION_GET_CONTENT, null); intent.setType("image/*"); |
