[android-developers] Re: onActivityResult not being called

2012-03-20 Thread FiringCode
Intent().setClass(BrewJournalEdit.this, BaseIngredientEdit.class); to Intent().setClass(BaseIngredientEdit.this, BrewJournalEdit.class); -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: onActivityResult not being called

2012-03-20 Thread FiringCode
Below code is some odd. Intent().setClass(BrewJournalEdit.this, BaseIngredientEdit.class); How about changing to below code? Intent().setClass(BaseIngredientEdit.this, BrewJournalEdit.class); 2012년 3월 20일 화요일 오후 12시 1분 48초 UTC+9, Joey Selah 님의 말: I'm having an issue where the