mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -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) {
|
public void onClick(View v) {
|
||||||
// show nfc help
|
// show nfc help
|
||||||
Intent intent = new Intent(getActivity(), HelpActivity.class);
|
Intent intent = new Intent(getActivity(), HelpActivity.class);
|
||||||
intent.putExtra(HelpActivity.EXTRA_SELECTED_TAB, 1);
|
intent.putExtra(HelpActivity.EXTRA_SELECTED_TAB, 2);
|
||||||
startActivityForResult(intent, 0);
|
startActivityForResult(intent, 0);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user