toString for ViewControllerFragment
This commit is contained in:
parent
2f0799ae21
commit
13441b3563
|
|
@ -384,6 +384,12 @@ public abstract class ViewControllerFragment<TState extends AbstractState, TActi
|
||||||
super.onDestroy();
|
super.onDestroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@NonNull
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return super.toString() + "ViewController: " + getViewControllerClass();
|
||||||
|
}
|
||||||
|
|
||||||
private static class PlaceholderView extends FrameLayout {
|
private static class PlaceholderView extends FrameLayout {
|
||||||
|
|
||||||
@NonNull
|
@NonNull
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue