Skip to content
Snippets Groups Projects
Commit 4b960d9f authored by SCHILLING Juliette's avatar SCHILLING Juliette
Browse files

test gitlab

parent b4b7c539
No related branches found
No related tags found
No related merge requests found
<component name="ProjectCodeStyleConfiguration"> <component name="ProjectCodeStyleConfiguration">
<code_scheme name="Project" version="173"> <code_scheme name="Project" version="173">
<AndroidXmlCodeStyleSettings>
<option name="USE_CUSTOM_SETTINGS" value="true" />
</AndroidXmlCodeStyleSettings>
<ScalaCodeStyleSettings> <ScalaCodeStyleSettings>
<option name="MULTILINE_STRING_CLOSING_QUOTES_ON_NEW_LINE" value="true" /> <option name="MULTILINE_STRING_CLOSING_QUOTES_ON_NEW_LINE" value="true" />
</ScalaCodeStyleSettings> </ScalaCodeStyleSettings>
......
...@@ -256,7 +256,6 @@ public class ModeImmersionActivity extends AppCompatActivity implements SensorEv ...@@ -256,7 +256,6 @@ public class ModeImmersionActivity extends AppCompatActivity implements SensorEv
*/ */
@Override @Override
public void onSensorChanged(SensorEvent event) { public void onSensorChanged(SensorEvent event) {
// On récupère l'angle // On récupère l'angle
float angle = -(Math.round(event.values[0])); float angle = -(Math.round(event.values[0]));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment