fix activity transitions (this time for real)
This commit is contained in:
parent
bfb82bb10c
commit
8a1ac685c8
3 changed files with 3 additions and 3 deletions
|
|
@ -136,7 +136,7 @@ public abstract class SFragment extends BaseFragment {
|
|||
.repyingStatusAuthor(actionableStatus.getAccount().getLocalUsername())
|
||||
.replyingStatusContent(actionableStatus.getContent().toString())
|
||||
.build(getContext());
|
||||
startActivity(intent);
|
||||
getActivity().startActivity(intent);
|
||||
}
|
||||
|
||||
protected void more(final Status status, View view, final int position) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue