forked from mirror/monocles_chat_clean
Use correct activity
This commit is contained in:
parent
11e46eeb56
commit
e10b34bd6f
1 changed files with 1 additions and 1 deletions
|
@ -2483,7 +2483,7 @@ public class ConversationFragment extends XmppFragment
|
|||
handleAttachmentSelection(item);
|
||||
break;
|
||||
case R.id.attach_webxdc:
|
||||
final Intent intent = new Intent(getActivity(), WebxdcStore.class);
|
||||
final Intent intent = new Intent(activity, WebxdcStore.class);
|
||||
startActivityForResult(intent, REQUEST_WEBXDC_STORE);
|
||||
break;
|
||||
case R.id.attach_subject:
|
||||
|
|
Loading…
Reference in a new issue