Skip to content

Commit 9647a2e

Browse files
committed
Fixed warning.
1 parent bbd3b80 commit 9647a2e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

TMessagesProj/src/main/java/org/telegram/ui/ActionBar/INavigationLayout.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ default boolean needPresentFragment(INavigationLayout layout, NavigationParams p
318318
/**
319319
* @deprecated You should override {@link INavigationLayoutDelegate#needPresentFragment(INavigationLayout, NavigationParams)} for more fields
320320
*/
321+
@Deprecated
321322
default boolean needPresentFragment(BaseFragment fragment, boolean removeLast, boolean forceWithoutAnimation, INavigationLayout layout) {
322323
return true;
323324
}

0 commit comments

Comments
 (0)