Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7155399 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer Committed by Frank Preel
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent e7a9291d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -183,7 +183,6 @@ public class DeviceDetectedController extends AbstractSubController{


                            final HttpURLConnection connection = (HttpURLConnection) url.openConnection();
                            //connection.setRequestProperty("accept", "application/json");
                            final InputStream responseStream = connection.getInputStream();

                            reader = new BufferedReader(new InputStreamReader(responseStream));