Changeset 89a4508 in orbit for android/src
- Timestamp:
- 12/18/13 22:27:55 (9 years ago)
- Branches:
- master, Servo
- Children:
- 8ef81cf
- Parents:
- 9b99f8e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
android/src/info/puzzlebox/orbit/OrbitTabActivity.java
ref67954 r89a4508 662 662 663 663 } 664 else if (eegDevice == "Emotiv") {665 666 // (FragmentTabFlightEmotiv) getSupportFragmentManager().findFragmentByTag( getTabFragmentFlight() );667 668 669 670 }664 // else if (eegDevice == "Emotiv") { 665 // FragmentTabFlightEmotiv fragmentFlight = 666 // (FragmentTabFlightEmotiv) getSupportFragmentManager().findFragmentByTag( getTabFragmentFlightEmotiv() ); 667 // 668 // if (fragmentFlight != null) 669 // fragmentFlight.updateScreenLayoutSmall(); 670 // } 671 671 672 672 … … 786 786 787 787 if (eegDevice == "ThinkGear") { 788 788 789 789 FragmentTabFlightThinkGear fragmentFlight = 790 790 (FragmentTabFlightThinkGear) getSupportFragmentManager().findFragmentByTag( getTabFragmentFlightThinkGear() ); … … 792 792 if (fragmentFlight != null) 793 793 eegPower = fragmentFlight.updatePower(); 794 795 } 796 else if (eegDevice == "Emotiv") {797 798 799 800 801 802 803 804 }794 795 } 796 // else if (eegDevice == "Emotiv") { 797 // 798 // FragmentTabFlightEmotiv fragmentFlight = 799 // (FragmentTabFlightEmotiv) getSupportFragmentManager().findFragmentByTag( getTabFragmentFlightEmotiv() ); 800 // 801 // if (fragmentFlight != null) 802 // eegPower = fragmentFlight.updatePower(); 803 // 804 // } 805 805 806 806 String command = "";
Note: See TracChangeset
for help on using the changeset viewer.