Commits
Lauri Matti Saarni authored 009da5a2509
Reformat exposure time in exif data. Exposure time is returned from camera as a string like 1/11. ExifInterface on expects exposure time to be formatted as a string but the string should contain decimal formatted number instead of fraction format.