mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
WIP
This commit is contained in:
parent
e77fafc108
commit
bc304f8535
|
@ -185,7 +185,7 @@ public class LibraryPageFragment extends Fragment {
|
|||
if (showBackButton) {
|
||||
toolbar.setNavigationIcon(one.nem.lacerta.shared.ui.R.drawable.arrow_back_24px);
|
||||
toolbar.setNavigationOnClickListener(v -> {
|
||||
this.publicPath = new PublicPath().parse(this.publicPath).resolve("..").getStringPath();
|
||||
this.publicPath = new PublicPath().parse(this.publicPath).parent().getStringPath();
|
||||
getParentFragmentManager().popBackStack();
|
||||
});
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user