fix code formatting

This commit is contained in:
Andrew Stephan
2015-03-09 15:22:53 -04:00
parent eb3a90efd0
commit 81876300a3
@@ -198,9 +198,7 @@ public class MultiImageChooserActivity extends Activity implements OnItemClickLi
});
AlertDialog alert = builder.create();
alert.show();
}
else if (isChecked) {
} else if (isChecked) {
fileNames.put(name, new Integer(rotation));
if (maxImageCount == 1) {
this.selectClicked(null);