Resume時に自動更新するように

This commit is contained in:
ろむねこ 2024-01-29 10:54:14 +09:00
parent aee7f523d9
commit fb17848ad1
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -287,6 +287,13 @@ public class LibraryPageFragment extends Fragment {
}); });
} }
@Override
public void onResume() {
super.onResume();
updateItem(this.folderId);
}
private void getTag(String documentId) { //debug private void getTag(String documentId) { //debug
} }