mirror of
https://gitee.com/shuto/cordova-imagePicker.git
synced 2026-05-05 00:00:01 +08:00
fix code formatting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user