Mark as tested
This commit is contained in:
parent
5d2799d840
commit
9379b96008
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ public class WikivoyageArticleDialogFragment extends WikivoyageBaseDialogFragmen
|
|||
public void onResume() {
|
||||
super.onResume();
|
||||
OsmandSettings settings = getMyApplication().getSettings();
|
||||
if (true || !settings.WIKIVOYAGE_SHOW_IMAGES_ASKED.get()) {
|
||||
if (!settings.WIKIVOYAGE_SHOW_IMAGES_ASKED.get()) {
|
||||
FragmentActivity activity = getActivity();
|
||||
FragmentManager fm = getFragmentManager();
|
||||
if (activity != null && fm != null) {
|
||||
|
|
Loading…
Reference in a new issue