mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-13 01:17:21 -04:00
Merge pull request #2666 from gouri-panda/gouri-panda/#2398_search_kiwix_is_just_redirecting
Fixes Search Kiwix is just redirecting to kiwix
This commit is contained in:
commit
ad5d28d5f5
@ -1219,9 +1219,7 @@ public abstract class CoreReaderFragment extends BaseFragment
|
|||||||
private void handleIntentActions(Intent intent) {
|
private void handleIntentActions(Intent intent) {
|
||||||
Log.d(TAG_KIWIX, "action" + getActivity().getIntent().getAction());
|
Log.d(TAG_KIWIX, "action" + getActivity().getIntent().getAction());
|
||||||
if (intent.getAction() != null) {
|
if (intent.getAction() != null) {
|
||||||
if (zimReaderContainer.getId() != null) {
|
startIntentBasedOnAction(intent);
|
||||||
startIntentBasedOnAction(intent);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user