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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user