mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Resume時に自動更新するように
This commit is contained in:
parent
aee7f523d9
commit
fb17848ad1
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user