mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-29 00:14:12 +01:00
Use correct activity
This commit is contained in:
parent
15fcc24641
commit
41d748e0f9
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…
Add table
Reference in a new issue