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