Implement first prototype of private group message threads

This commit is contained in:
Torsten Grote
2016-10-11 16:18:21 -03:00
parent 65b47bb5d2
commit c83d4bbb39
19 changed files with 411 additions and 14 deletions

View File

@@ -90,8 +90,8 @@ public abstract class ThreadListActivity<G extends BaseGroup, I extends ThreadIt
getController().loadGroupItem(
new UiResultExceptionHandler<G, DbException>(this) {
@Override
public void onResultUi(G forum) {
setTitle(forum.getName());
public void onResultUi(G groupItem) {
setTitle(groupItem.getName());
}
@Override