Placeholder

This commit is contained in:
ろむねこ 2023-12-14 12:34:04 +09:00
parent 39e22de1a2
commit ec81dfd525
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -124,5 +124,9 @@ public class DebugMenuFragment extends Fragment {
documentDebug.insertDocument(meta, detail);
});
view.findViewById(R.id.btn_debug_menu_select_test_data).setOnClickListener(v -> {
// Placeholder
});
}
}