mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
JavaDoc対応
This commit is contained in:
parent
4649399ef9
commit
f9df1379f4
|
@ -163,6 +163,9 @@ public class ViewerContainerFragment extends Fragment {
|
|||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* ドキュメント名を変更する
|
||||
*/
|
||||
private void renameDocument() {
|
||||
MaterialAlertDialogBuilder builder = new MaterialAlertDialogBuilder(getContext());
|
||||
builder.setTitle("ファイル名の変更");
|
||||
|
|
Loading…
Reference in New Issue
Block a user