Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit fcef9682 authored by Cole Faust's avatar Cole Faust Committed by Michael Bestas
Browse files

Fix DuplicateBranches errorprone issue

Bug: 253827323
Test: m RUN_ERROR_PRONE=true javac-check
Flag: EXEMPT no-op change
Change-Id: I575c76d0a1854f158fb62c073c6c7dce3d5f699f
parent c17bdc20
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -623,11 +623,7 @@ class ExifParser {
            if (isThumbnailRequested()) {
                if (tag.hasValue()) {
                    for (int i = 0; i < tag.getComponentCount(); i++) {
                        if (tag.getDataType() == ExifTag.TYPE_UNSIGNED_SHORT) {
                        registerUncompressedStrip(i, tag.getValueAt(i));
                        } else {
                            registerUncompressedStrip(i, tag.getValueAt(i));
                        }
                    }
                } else {
                    mCorrespondingEvent.put(tag.getOffset(), new ExifTagEvent(tag, false));