Revert track activity
This commit is contained in:
parent
f92eee8ebf
commit
f949b7cd23
1 changed files with 0 additions and 6 deletions
|
@ -76,12 +76,6 @@ public class TrackActivity extends TabActivity {
|
|||
actionBar.setElevation(0);
|
||||
}
|
||||
setContentView(R.layout.tab_content);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onStart() {
|
||||
super.onStart();
|
||||
stopped = false;
|
||||
|
||||
slidingTabLayout = (PagerSlidingTabStrip) findViewById(R.id.sliding_tabs);
|
||||
if (slidingTabLayout != null) {
|
||||
|
|
Loading…
Reference in a new issue