Skip to content

Commit c633540

Browse files
committed
finish
1 parent e547a74 commit c633540

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/java/com/piser/myo/MyoActivity.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ else if(pose == Pose.DOUBLE_TAP) {
194194
* Double tap put the video in full screen
195195
*/
196196
// Movimiento pinza doble (dificil de reconocer)
197-
if(player!= null && !drawer_open) {
198-
player.setFullscreen(true);
199-
fullscreen = true;
200-
}
197+
// if(player!= null && !drawer_open) {
198+
// player.setFullscreen(true);
199+
// fullscreen = true;
200+
// }
201201
}
202202
else if(pose == Pose.WAVE_IN) {
203203
/**

0 commit comments

Comments
 (0)