Skip to content

Commit

Permalink
Merge pull request #16 from byther/FixedBug
Browse files Browse the repository at this point in the history
Update app/src/main/java/org/bostwickenator/googlephotos/WifiSetupAct…
  • Loading branch information
Bostwickenator authored Nov 3, 2018
2 parents 9b7b5c6 + 5a6681f commit 3c950bc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ private void updateWifiSwitch() {
summary = res.getString(R.string.connectionStateConnecting);
break;
default:
res.getString(0, "test");
summary = res.getString(R.string.connectionStateWifiEnabled);
}
}
Expand Down

0 comments on commit 3c950bc

Please sign in to comment.