refactor(ThreadFragment.java): add getFilterContext and getWebUri methods back
This commit is contained in:
@@ -317,4 +317,15 @@ public class ThreadFragment extends StatusListFragment implements AssistContentP
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// MOSHIDON:
|
||||
@Override
|
||||
protected FilterContext getFilterContext() {
|
||||
return FilterContext.THREAD;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Uri getWebUri(Uri.Builder base) {
|
||||
return Uri.parse(mainStatus.url);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user