mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-23 23:12:06 -05:00
fix "select all" in key list multi-select
This commit is contained in:
parent
fc61208ce7
commit
6b940d42d9
@ -241,7 +241,7 @@ public class KeyListFragment extends LoaderFragment
|
||||
}
|
||||
case R.id.menu_key_list_multi_select_all: {
|
||||
// select all
|
||||
for (int i = 0; i < mStickyList.getCount(); i++) {
|
||||
for (int i = 0; i < mAdapter.getCount(); i++) {
|
||||
mStickyList.setItemChecked(i, true);
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user