compose: Remove epoxy and view related logic for searching
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -110,31 +110,6 @@
|
||||
android:name="com.aurora.store.view.ui.preferences.updates.UpdatesPreference"
|
||||
android:label="UpdatesPreference"
|
||||
tools:layout="@layout/fragment_setting" />
|
||||
<fragment
|
||||
android:id="@+id/searchSuggestionFragment"
|
||||
android:name="com.aurora.store.view.ui.search.SearchSuggestionFragment"
|
||||
android:label="@string/title_search_suggestion"
|
||||
tools:layout="@layout/fragment_search_suggestion">
|
||||
<action
|
||||
android:id="@+id/action_searchSuggestionFragment_to_searchResultsFragment"
|
||||
app:destination="@id/searchResultsFragment" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/searchResultsFragment"
|
||||
android:name="com.aurora.store.view.ui.search.SearchResultsFragment"
|
||||
android:label="@string/title_search_results"
|
||||
tools:layout="@layout/fragment_search_result">
|
||||
<argument
|
||||
android:name="query"
|
||||
app:argType="string" />
|
||||
<!-- Google Play -->
|
||||
<deepLink
|
||||
app:action="android.intent.action.VIEW"
|
||||
app:uri="play.google.com/store/search?q={query}" />
|
||||
<action
|
||||
android:id="@+id/action_searchSuggestionFragment_to_searchResultsFragment"
|
||||
app:destination="@id/searchResultsFragment" />
|
||||
</fragment>
|
||||
<fragment
|
||||
android:id="@+id/downloadFragment"
|
||||
android:name="com.aurora.store.view.ui.downloads.DownloadFragment"
|
||||
|
||||
Reference in New Issue
Block a user