mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-24 01:32:16 -05:00
cleanup left-overs
This commit is contained in:
parent
5974dccbea
commit
7e8b056574
@ -212,8 +212,6 @@ public class ViewKeyShareFragment extends LoaderFragment implements
|
||||
}
|
||||
|
||||
private void showQrCodeDialog() {
|
||||
// ShareQrCodeDialogFragment dialog = ShareQrCodeDialogFragment.newInstance(mDataUri);
|
||||
// dialog.show(ViewKeyShareFragment.this.getActivity().getSupportFragmentManager(), "shareQrCodeDialog");
|
||||
Intent qrCodeIntent = new Intent(getActivity(), QrCodeActivity.class);
|
||||
qrCodeIntent.setData(mDataUri);
|
||||
startActivity(qrCodeIntent);
|
||||
|
Loading…
Reference in New Issue
Block a user