- MayView improvement for Foretell on desktop Forge.

This commit is contained in:
Michael Kamensky
2021-09-27 20:06:45 +03:00
parent 1f9048091e
commit c0efa887f4

View File

@@ -98,7 +98,7 @@ public class CDetailPicture {
}
private boolean mayView() {
return currentView == null || mayView.mayView(currentView);
return currentView == null || mayView.mayView(currentView) || currentView.isForeTold(); // FIXME: should isForeTold be added somewhere higher up in the chain?
}
private boolean mayFlip() {