Skip to content

Commit 8187630

Browse files
author
Andrew Stephan
committedMar 9, 2015
fix code formatting
1 parent eb3a90e commit 8187630

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎src/android/Library/src/MultiImageChooserActivity.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,7 @@ public void onClick(DialogInterface dialog, int which) {
198198
});
199199
AlertDialog alert = builder.create();
200200
alert.show();
201-
}
202-
203-
else if (isChecked) {
201+
} else if (isChecked) {
204202
fileNames.put(name, new Integer(rotation));
205203
if (maxImageCount == 1) {
206204
this.selectClicked(null);

0 commit comments

Comments
 (0)
Failed to load comments.