Set progress bar to 0 when done so that will not come back as full
Change-Id: I766e852d029168433a0d47c93dc3110a053f712c
This commit is contained in:
@@ -251,8 +251,9 @@ public class TrustedCredentialsSettings extends Fragment {
|
|||||||
mCertHolders.addAll(certHolders);
|
mCertHolders.addAll(certHolders);
|
||||||
notifyDataSetChanged();
|
notifyDataSetChanged();
|
||||||
View content = mTabHost.getTabContentView();
|
View content = mTabHost.getTabContentView();
|
||||||
content.findViewById(mTab.mProgress).setVisibility(View.GONE);
|
mProgressBar.setVisibility(View.GONE);
|
||||||
content.findViewById(mTab.mList).setVisibility(View.VISIBLE);
|
mList.setVisibility(View.VISIBLE);
|
||||||
|
mProgressBar.setProgress(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user