Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
KnollFrank committed Dec 12, 2024
1 parent cb05765 commit da7a49b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package net.osmand.plus.settings.fragments.search;

import static androidx.annotation.VisibleForTesting.PACKAGE_PRIVATE;

import android.view.View;

import androidx.annotation.IdRes;
Expand All @@ -11,12 +9,11 @@

import net.osmand.plus.R;

@VisibleForTesting(otherwise = PACKAGE_PRIVATE)
public class SearchResultsFragmentUI implements de.KnollFrank.lib.settingssearch.search.ui.SearchResultsFragmentUI {
class SearchResultsFragmentUI implements de.KnollFrank.lib.settingssearch.search.ui.SearchResultsFragmentUI {

@VisibleForTesting
@IdRes
public static final int SEARCH_RESULTS_VIEW_ID = R.id.searchResultsCustom;
static final int SEARCH_RESULTS_VIEW_ID = R.id.searchResultsCustom;

@Override
public @LayoutRes int getRootViewId() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
package net.osmand.test.activities;

package net.osmand.plus.settings.fragments.search;

import static androidx.test.espresso.Espresso.onData;
import static androidx.test.espresso.Espresso.onView;
Expand Down Expand Up @@ -29,7 +28,6 @@

import net.osmand.plus.R;
import net.osmand.plus.activities.MapActivity;
import net.osmand.plus.settings.fragments.search.SearchResultsFragmentUI;
import net.osmand.test.common.AndroidTest;

import org.hamcrest.Matcher;
Expand Down

0 comments on commit da7a49b

Please sign in to comment.