[android] Added correct method's call

This commit is contained in:
Dmitry Donskoy 2019-08-15 09:17:32 +03:00 committed by Aleksandr Zatsepin
parent 3dee45b2ba
commit a1959cd69e

View file

@ -157,7 +157,7 @@ public class BookmarkCategoriesPagerFragment extends BaseMwmFragment
@Override
public void onAlertDialogNegativeClick(int requestCode, int which)
{
mDialogClickDelegate.onAlertDialogPositiveClick(requestCode,which);
mDialogClickDelegate.onAlertDialogNegativeClick(requestCode, which);
}
@Override