Fix divider color for wikivoyage navigation list

This commit is contained in:
Alexey Kulish 2018-04-20 19:16:27 +03:00
parent f427a676fb
commit ed625b5633

View file

@ -138,6 +138,11 @@ public class WikivoyageArticleNavigationFragment extends MenuBottomSheetDialogFr
return false;
}
@Override
protected int getBgColorId() {
return nightMode ? R.color.wikivoyage_bottom_bar_bg_dark : R.color.bg_color_light;
}
private void sendResults(long cityId) {
Fragment fragment = getTargetFragment();
if (fragment != null) {