Feature/push stateless targeted view controller for result (#116)

This commit is contained in:
Anton Domnikov 2018-02-19 16:08:21 +03:00 committed by Gavriil Sitnikov
parent 096a2643a0
commit 2f0799ae21
1 changed files with 2 additions and 0 deletions

View File

@ -220,6 +220,7 @@ public class ViewControllerNavigation<TActivity extends ViewControllerActivity<?
* @param <TTargetState> Type of state of target fragment. State is using to affect on that fragment;
* @param <TTargetFragment> Type of target fragment.
*/
@SuppressWarnings("CPD-START")
public <TTargetState extends AbstractState,
TTargetFragment extends ViewControllerFragment<? extends TTargetState, TActivity>> void pushStatelessTargetedViewControllerForResult(
@NonNull final Class<? extends ViewController<TActivity,
@ -238,6 +239,7 @@ public class ViewControllerNavigation<TActivity extends ViewControllerActivity<?
* @param <TTargetState> Type of state of target fragment. State is using to affect on that fragment;
* @param <TTargetFragment> Type of target fragment.
*/
@SuppressWarnings("CPD-END")
public <TTargetState extends AbstractState,
TTargetFragment extends ViewControllerFragment<? extends TTargetState, TActivity>> void pushViewControllerForResult(
@NonNull final Class<? extends ViewController<TActivity,