File tree Expand file tree Collapse file tree
app/src/main/java/com/github/mobile/ui/user Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616package com .github .mobile .ui .user ;
1717
1818import static com .actionbarsherlock .app .ActionBar .NAVIGATION_MODE_LIST ;
19- import static com .github .mobile .Intents .EXTRA_USER ;
2019import static com .github .mobile .ui .user .HomeDropdownListAdapter .ACTION_BOOKMARKS ;
2120import static com .github .mobile .ui .user .HomeDropdownListAdapter .ACTION_DASHBOARD ;
2221import static com .github .mobile .ui .user .HomeDropdownListAdapter .ACTION_GISTS ;
@@ -98,12 +97,6 @@ protected void onCreate(Bundle savedInstanceState) {
9897 super .onCreate (savedInstanceState );
9998
10099 getSupportLoaderManager ().initLoader (0 , null , this );
101-
102- User org = (User ) getIntent ().getSerializableExtra (EXTRA_USER );
103- if (org != null ) {
104- isDefaultUser = AccountUtils .isUser (this , org );
105- setOrg (org );
106- }
107100 }
108101
109102 private void reloadOrgs () {
You can’t perform that action at this time.
0 commit comments