From 69ecf0251da5ba73b6c60df91a2221f407f428d7 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 6 Nov 2014 20:07:59 -0800 Subject: [PATCH] Forgot one activity --- .../com/limelight/preferences/AddComputerManually.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/limelight/preferences/AddComputerManually.java b/app/src/main/java/com/limelight/preferences/AddComputerManually.java index 2a9f517a..51ba1bbc 100644 --- a/app/src/main/java/com/limelight/preferences/AddComputerManually.java +++ b/app/src/main/java/com/limelight/preferences/AddComputerManually.java @@ -7,6 +7,7 @@ import java.util.concurrent.LinkedBlockingQueue; import com.limelight.computers.ComputerManagerService; import com.limelight.R; import com.limelight.utils.Dialog; +import com.limelight.utils.UiHelper; import android.app.Activity; import android.app.Service; @@ -126,8 +127,10 @@ public class AddComputerManually extends Activity { super.onCreate(savedInstanceState); setContentView(R.layout.activity_add_computer_manually); - - this.addPcButton = (Button) findViewById(R.id.addPc); + + UiHelper.notifyNewRootView(this); + + this.addPcButton = (Button) findViewById(R.id.addPc); this.hostText = (TextView) findViewById(R.id.hostTextView); // Bind to the ComputerManager service