mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-16 15:00:14 -05:00
Enabled UserActivity again
This commit is contained in:
parent
b1c1a1f5b8
commit
3c84938f26
@ -60,11 +60,9 @@ public class UsersActivity extends ListActivity implements OnItemClickListener
|
||||
*/
|
||||
public void onItemClick(AdapterView<?> list, View item, int position, long id)
|
||||
{
|
||||
/* XXX: Disabled due to 0.4.1 release
|
||||
Intent intent = new Intent();
|
||||
intent.putExtra(Extra.USER, (String) getListView().getAdapter().getItem(position));
|
||||
setResult(RESULT_OK, intent);
|
||||
finish();
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user