Skip to content

Commit

Permalink
Removed Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
devptyagi committed Oct 1, 2021
1 parent 80b6521 commit a07d440
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -91,33 +91,6 @@ public void onClick(View v) {
intent.putExtras(bundle1);
finish();
startActivity(intent);

// if (radioButton1.isChecked()) {
// method[0] = true;
// }
//
// if (radioButton2.isChecked()) {
// method[0] = true;
//
// } else {
// Toast.makeText(PickImageFromGallery.this, "Please check at least one method to decode", Toast.LENGTH_SHORT).show();
// }
// dialog1.show();
// doneBtn.setOnClickListener(new View.OnClickListener() {
// @Override
// public void onClick(View v) {
// dialog1.dismiss();
// String textToDecode = binding.editText.getText().toString();
// Intent intent = new Intent(PickImageFromGallery.this, DecodeActivity.class);
// finish();
// Bundle bundle1 = new Bundle();
// bundle1.putString("textToDecode", textToDecode);
// bundle1.putBoolean("toStore", toStore[0]);
// bundle1.putBoolean("method", method[0]);
// intent.putExtras(bundle1);
// startActivity(intent);
// }
// });
}
});
}
Expand Down

0 comments on commit a07d440

Please sign in to comment.