Ejemplo n.º 1
0
 FragmentDepotsCursorAdapter(@NonNull AWCursorRecyclerViewFragment binder) {
   super(binder, binder.getString(R.string.column_accountID));
   mCursor.setDataBinder(this);
 }