From db87523fa8254f82deea51b392af2667e399d0ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Papp?= Date: Wed, 26 Nov 2025 17:22:36 +0100 Subject: [PATCH] Remove route change notification UI elements This restores the intent of PR #105 which removed the route change notification feature. PR #100 accidentally reintroduced these elements due to a force push that overwrote PR #105 changes." --- .../io/netbird/client/ui/home/HomeFragment.java | 3 --- app/src/main/res/layout/fragment_home.xml | 16 ---------------- app/src/main/res/values/strings.xml | 1 - 3 files changed, 20 deletions(-) diff --git a/app/src/main/java/io/netbird/client/ui/home/HomeFragment.java b/app/src/main/java/io/netbird/client/ui/home/HomeFragment.java index 8125669..e0d483c 100644 --- a/app/src/main/java/io/netbird/client/ui/home/HomeFragment.java +++ b/app/src/main/java/io/netbird/client/ui/home/HomeFragment.java @@ -110,9 +110,6 @@ public View onCreateView(@NonNull LayoutInflater inflater, }); if (PlatformUtils.isAndroidTV(requireContext())) { - binding.btnRouteChanged.setFocusable(false); - binding.btnRouteChanged.setFocusableInTouchMode(false); - root.postDelayed(() -> { if (buttonConnect != null && buttonConnect.isEnabled()) { buttonConnect.requestFocus(); diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index de3c2ce..2c5411e 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -100,22 +100,6 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toEndOf="parent" /> - - Disconnected background mask connect-disconnect - new route notification By default you will connect to NetBird\'s cloud servers. You can access the change_server menu to use another server. Continue