Fix issue #3163240: Blank running services screen after returning

from any specific service

Also get rid of async Vpn thing since the framework problem is fixed.

Change-Id: Ic7aafd666ea11b036e3e42c55332620db1fdf154
This commit is contained in:
Dianne Hackborn
2010-11-15 18:02:06 -08:00
parent 2571f0dcb1
commit 14ffda6f24
2 changed files with 2 additions and 8 deletions

View File

@@ -580,6 +580,7 @@ public class ManageApplications extends Fragment implements
R.id.running_processes);
mCreatedRunning = mResumedRunning = false;
mCurView = VIEW_NOTHING;
View tabRoot = mInflater.inflate(com.android.internal.R.layout.tab_content, null);
mTabHost = (TabHost)tabRoot.findViewById(com.android.internal.R.id.tabhost);