QR Code import works now

This commit is contained in:
Dominik Schürmann
2013-10-06 01:12:30 +02:00
parent 2942d94a29
commit b3d51b8b80
5 changed files with 87 additions and 23 deletions

View File

@@ -85,7 +85,7 @@ public class ShareQrCodeDialogFragment extends SherlockDialogFragment {
// start with first
mCounter = 0;
mImage.setImageBitmap(QrCodeUtils.getQRCodeBitmap(mContentList.get(mCounter), QR_CODE_SIZE));
updateQrCode();
// OnClickListener are set in onResume to prevent automatic dismissing of Dialogs
// http://stackoverflow.com/questions/2620444/how-to-prevent-a-dialog-from-closing-when-a-button-is-clicked