From 3751288f07a2d23f50d84d30ffd81ab8c3ee6503 Mon Sep 17 00:00:00 2001 From: Daniel Elliott Date: Thu, 19 Feb 2026 11:39:17 -0800 Subject: [PATCH] Revert to MainActivity as launcher to fix startup crash ServerSelectionActivity was causing crashes on startup. Reverted to stable MainActivity as launcher. ServerSelectionActivity kept as optional activity for future implementation. Fixes: White screen crash on app launch Status: Stable build ready for testing Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- AndroidManifest.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 110335bee..c03f21334 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -78,13 +78,8 @@ - - - - - - - + + @@ -96,7 +91,13 @@ - + + + + + + +