Remove unused field in KeyListFragment (fixes build)
This commit is contained in:
@@ -143,7 +143,6 @@ public class KeyListFragment extends RecyclerFragment<FlexibleAdapter<FlexibleKe
|
||||
}
|
||||
};
|
||||
private FastScroller fastScroller;
|
||||
private KeyInfoFormatter keyInfoFormatter;
|
||||
|
||||
private void multiSelectDelete(long[] keyIds, boolean hasSecret) {
|
||||
Intent intent = new Intent(getActivity(), DeleteKeyDialogActivity.class);
|
||||
|
||||
Reference in New Issue
Block a user