Changeset ef67954 in orbit for android/src
- Timestamp:
- 12/16/13 16:49:36 (9 years ago)
- Branches:
- master, Servo
- Children:
- 9201730
- Parents:
- baab323
- Location:
- android/src/info/puzzlebox/orbit
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
android/src/info/puzzlebox/orbit/OrbitTabActivity.java
rbaab323 ref67954 242 242 FragmentTabFlightThinkGear.class, null); 243 243 } 244 else if (eegDevice == "Emotiv") {245 mTabsAdapter.addTab(mTabHost.newTabSpec("Orbit").setIndicator(tabFlightLabel),246 FragmentTabFlightEmotiv.class, null);247 }244 // else if (eegDevice == "Emotiv") { 245 // mTabsAdapter.addTab(mTabHost.newTabSpec("Orbit").setIndicator(tabFlightLabel), 246 // FragmentTabFlightEmotiv.class, null); 247 // } 248 248 249 249 mTabsAdapter.addTab(mTabHost.newTabSpec("Orbit").setIndicator(tabAdvancedLabel), … … 786 786 787 787 if (eegDevice == "ThinkGear") { 788 788 789 FragmentTabFlightThinkGear fragmentFlight = 789 790 (FragmentTabFlightThinkGear) getSupportFragmentManager().findFragmentByTag( getTabFragmentFlightThinkGear() ); … … 791 792 if (fragmentFlight != null) 792 793 eegPower = fragmentFlight.updatePower(); 794 793 795 } 794 796 else if (eegDevice == "Emotiv") { 795 797 796 FragmentTabFlightEmotiv fragmentFlight =797 (FragmentTabFlightEmotiv) getSupportFragmentManager().findFragmentByTag( getTabFragmentFlightEmotiv() );798 799 if (fragmentFlight != null)800 eegPower = fragmentFlight.updatePower();798 // FragmentTabFlightEmotiv fragmentFlight = 799 // (FragmentTabFlightEmotiv) getSupportFragmentManager().findFragmentByTag( getTabFragmentFlightEmotiv() ); 800 // 801 // if (fragmentFlight != null) 802 // eegPower = fragmentFlight.updatePower(); 801 803 802 804 }
Note: See TracChangeset
for help on using the changeset viewer.