Skip to content

Commit

Permalink
chg: emulator IP
Browse files Browse the repository at this point in the history
  • Loading branch information
elsamuko committed Dec 4, 2020
1 parent 8ea8139 commit ac74854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/load_save_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class LoadSaveViewState extends State<LoadSaveView> {
];
}

bool isEmulator = !kReleaseMode && _ip == "10.0.2.15";
bool isEmulator = !kReleaseMode && _ip == "10.0.2.16";

// warn, if we are not emulator or in intranet
if (!(isEmulator || _ip.startsWith("192.168."))) {
Expand Down

0 comments on commit ac74854

Please # to comment.