Revision cabcecb2

b/src/com/rackspace/cloud/android/ContainerObjectsActivity.java
182 182
	 * activities when we navigate the file structure
183 183
	 */
184 184
	public void onBackPressed() {
185
		
185 186
		if (currentPath.equals("")) {
186
			finish();
187
			if(container.getName().equals(Container.MYSHARED)){}
188
			else
189
				finish();
187 190
		} else {
188 191
			goUpDirectory();
189 192
		}

Also available in: Unified diff