Display the delete PC option for local PCs too, even though it may not always work

This commit is contained in:
Cameron Gutman 2014-11-08 13:20:14 -08:00
parent 21e46a5c3b
commit a67791b8aa

View File

@ -251,9 +251,7 @@ public class PcView extends Activity {
}
else if (computer.details.pairState != PairState.PAIRED) {
menu.add(Menu.NONE, PAIR_ID, 1, "Pair with PC");
if (computer.details.reachability == ComputerDetails.Reachability.REMOTE) {
menu.add(Menu.NONE, DELETE_ID, 2, "Delete PC");
}
menu.add(Menu.NONE, DELETE_ID, 2, "Delete PC");
}
else {
menu.add(Menu.NONE, APP_LIST_ID, 1, "View Game List");