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 FastScroller fastScroller;
|
||||||
private KeyInfoFormatter keyInfoFormatter;
|
|
||||||
|
|
||||||
private void multiSelectDelete(long[] keyIds, boolean hasSecret) {
|
private void multiSelectDelete(long[] keyIds, boolean hasSecret) {
|
||||||
Intent intent = new Intent(getActivity(), DeleteKeyDialogActivity.class);
|
Intent intent = new Intent(getActivity(), DeleteKeyDialogActivity.class);
|
||||||
|
|||||||
Reference in New Issue
Block a user