mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
ログ追加
This commit is contained in:
parent
4e17c5636c
commit
74784a76d3
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user