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();
|
||||
}
|
||||
|
||||
@NonNull
|
||||
@Override
|
||||
public String toString() {
|
||||
return super.toString() + "ViewController: " + getViewControllerClass();
|
||||
}
|
||||
|
||||
private static class PlaceholderView extends FrameLayout {
|
||||
|
||||
@NonNull
|
||||
|
|
|
|||
Loading…
Reference in New Issue