Revision b2a2d2f1 src/com/rackspacecloud/android/CloudListActivity.java

b/src/com/rackspacecloud/android/CloudListActivity.java
33 33

  
34 34
public class CloudListActivity extends GaListActivity{
35 35

  
36
	protected Context context;
36
	private Context context;
37 37
	private boolean isLoading;
38 38
	private ProgressDialog pDialog;
39 39
	
......
145 145
		if(pDialog == null || !pDialog.isShowing()){
146 146
			isLoading = true;
147 147
			pDialog = new ProgressDialog(this);
148

  
148
			pDialog.setProgressStyle(R.style.NewDialog);
149
			
149 150
			/*
150 151
			 * if back is pressed while dialog is showing it will 
151 152
			 * still finish the activity

Also available in: Unified diff