Fix issue with wikivoyage welcome screen
This commit is contained in:
parent
c87bcf114f
commit
178690a9e4
1 changed files with 1 additions and 1 deletions
|
@ -45,8 +45,8 @@ public class WikivoyageWelcomeDialogFragment extends WikiBaseDialogFragment {
|
|||
public void onClick(View v) {
|
||||
FragmentActivity activity = getActivity();
|
||||
if (activity != null) {
|
||||
WikivoyageExploreDialogFragment.showInstance(activity.getSupportFragmentManager());
|
||||
dismiss();
|
||||
WikivoyageExploreDialogFragment.showInstance(activity.getSupportFragmentManager());
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue