static fix

This commit is contained in:
Gavriil Sitnikov 2016-06-05 18:40:11 +03:00
parent 172098a57c
commit 82fb10d94a
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public abstract class ViewControllerFragment<TState extends AbstractState, TActi
private static final String VIEW_CONTROLLER_STATE_EXTRA = "VIEW_CONTROLLER_STATE_EXTRA";
private static boolean isInDebugMode = false;
private static boolean isInDebugMode;
/**
* Enables debugging features like serialization of {@link #getState()} every creation.