mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-23 17:22:16 -05:00
Fix nfc help button
This commit is contained in:
parent
c6189c5218
commit
1b57a10bb6
@ -57,7 +57,7 @@ public class ImportKeysNFCFragment extends Fragment {
|
||||
public void onClick(View v) {
|
||||
// show nfc help
|
||||
Intent intent = new Intent(getActivity(), HelpActivity.class);
|
||||
intent.putExtra(HelpActivity.EXTRA_SELECTED_TAB, 1);
|
||||
intent.putExtra(HelpActivity.EXTRA_SELECTED_TAB, 2);
|
||||
startActivityForResult(intent, 0);
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user