Skip to content

Commit

Permalink
All clients register title translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-vd committed Nov 27, 2020
1 parent 0a85679 commit 96bd40c
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,21 @@ public void onResume() {
NavigationMenu.getInstance(getActivity(), null, toolbar);
}

@Override
public void initializeAdapter() {
// super.initializeAdapter();
}

@Override
protected void goToClientDetailActivity(@NonNull CommonPersonObjectClient commonPersonObjectClient) {
//implement
}

@Override
protected int getToolBarTitle() {
return R.string.menu_all_clients;
}

@Override
public void toggleFilterSelection(View dueOnlyLayout) {
if (dueOnlyLayout != null) {
Expand Down

0 comments on commit 96bd40c

Please sign in to comment.