Revert "カメラ起動を実装"

This reverts commit 3c6541607c.
This commit is contained in:
ろむねこ 2023-12-21 12:34:46 +09:00 committed by GitHub
parent 914279a582
commit 6d0173039f

View File

@ -33,7 +33,7 @@ public class ScannerDatabaManagerStubFragment extends Fragment {
Intent data = result.getData();
Bundle extras = data.getExtras();
Bitmap imageBitmap = (Bitmap) extras.get("data");
results.add(imageBitmap);
}
}
);