アイコン変更

This commit is contained in:
r-ca 2024-01-27 16:22:59 +09:00
parent 9ba3c224c4
commit c05c80f3e7
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -164,7 +164,7 @@ public class ViewerListFragment extends Fragment {
private void toolbarSetup(Toolbar toolbar, boolean showBackButton, String title, String Subtitle) {
getActivity().runOnUiThread(() -> {
if (showBackButton) {
toolbar.setNavigationIcon(one.nem.lacerta.shared.ui.R.drawable.arrow_back_24px);
toolbar.setNavigationIcon(one.nem.lacerta.shared.ui.R.drawable.close_24px);
toolbar.setNavigationOnClickListener(v -> {
// Stop Activity
getActivity().finish();