Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f3854f9 authored by Amit Kumar's avatar Amit Kumar
Browse files

Change /e/ search url

parent 63c07b80
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1291,7 +1291,7 @@ public class LauncherActivity extends AppCompatActivity implements
    }

    private void runSearch(String query) {
        Uri uri = Uri.parse("https://spot.eelo.me/?q=" + query);
        Uri uri = Uri.parse("https://spot.ecloud.global/?q=" + query);
        Intent intent = new Intent(Intent.ACTION_VIEW, uri);
        AppUtils.startActivityWithAnimation(this, intent);
    }