ログ追加

This commit is contained in:
r-ca 2024-01-29 01:39:16 +09:00
parent 4e17c5636c
commit 74784a76d3
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -211,6 +211,7 @@ public class ViewerContainerFragment extends Fragment {
.setListener(new LacertaApplyTagDialog.LacertaApplyTagDialogListener() { .setListener(new LacertaApplyTagDialog.LacertaApplyTagDialogListener() {
@Override @Override
public void onDialogPositiveClick(ArrayList<DocumentTag> appliedTags) { public void onDialogPositiveClick(ArrayList<DocumentTag> appliedTags) {
logger.debug("ViewerContainerFragment", "Dialog Result: appliedTags: " + appliedTags.size());
lacertaLibrary.applyTagListToDocument(documentId, appliedTags).thenAccept(aVoid -> { lacertaLibrary.applyTagListToDocument(documentId, appliedTags).thenAccept(aVoid -> {
getActivity().runOnUiThread(() -> { getActivity().runOnUiThread(() -> {
Toast.makeText(getContext(), "タグを適用しました", Toast.LENGTH_SHORT).show(); Toast.makeText(getContext(), "タグを適用しました", Toast.LENGTH_SHORT).show();