Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 01eaa90

Browse files
kunall17niftynei
authored andcommitted
Implement ClickableSpan for user mentions
1 parent acf9e3a commit 01eaa90

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/src/main/java/com/zulip/android/ZulipApp.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ public class ZulipApp extends Application {
8787
private static final String MUTED_TOPIC_KEY = "mutedTopics";
8888
private ZulipServices zulipServices;
8989
private ReferenceObjectCache objectCache;
90+
private ZulipActivity zulipActivity;
91+
92+
public ZulipActivity getZulipActivity() {
93+
return zulipActivity;
94+
}
95+
96+
public void setZulipActivity(ZulipActivity zulipActivity) {
97+
this.zulipActivity = zulipActivity;
98+
}
9099

91100
/**
92101
* Handler to manage batching of unread messages

0 commit comments

Comments
 (0)