mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-24 15:31:47 -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: {
|
case R.id.menu_key_list_multi_select_all: {
|
||||||
// select all
|
// select all
|
||||||
for (int i = 0; i < mStickyList.getCount(); i++) {
|
for (int i = 0; i < mAdapter.getCount(); i++) {
|
||||||
mStickyList.setItemChecked(i, true);
|
mStickyList.setItemChecked(i, true);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user