nullable removed for state
This commit is contained in:
parent
e48df76b63
commit
24010d83bb
|
|
@ -113,7 +113,6 @@ public abstract class ViewControllerFragment<TState extends Serializable, TLogic
|
|||
*
|
||||
* @return Object of TState type.
|
||||
*/
|
||||
@Nullable
|
||||
public TState getState() {
|
||||
return state;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue