Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Android 'encode' crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jun 12, 2015
1 parent 31a7ebf commit 3632edc
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -78,6 +78,7 @@ public void onCreate(Bundle icicle) {
}
}

/*
@Override
public boolean onCreateOptionsMenu(Menu menu) {
MenuInflater menuInflater = getMenuInflater();
Expand All @@ -93,6 +94,7 @@ public boolean onCreateOptionsMenu(Menu menu) {
}
return super.onCreateOptionsMenu(menu);
}
*/

@Override
public boolean onOptionsItemSelected(MenuItem item) {
Expand All @@ -113,7 +115,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
return false;
}
}

private void share() {
QRCodeEncoder encoder = qrCodeEncoder;
if (encoder == null) { // Odd
Expand Down

0 comments on commit 3632edc

Please sign in to comment.