File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
samplejava/src/main/java/com/example/chattutorialjava
samplekotlin/src/main/java/com/example/chattutorial Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ public void handleOnBackPressed() {
111111 typingHeader .setText (nobodyTyping );
112112
113113 // Obtain a ChannelController
114+ // TODO replace getWatchChannel with getChannelController
114115 ChannelController channelController =
115116 ChatDomain .instance ().getUseCases ()
116117 .getWatchChannel ().invoke (cid , 0 )
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ class ChannelActivity3 : AppCompatActivity(R.layout.activity_channel_3) {
7979 typingHeader.text = nobodyTyping
8080
8181 // Obtain a ChannelController
82+ // TODO replace watchChannel with getChannelController
8283 val channelController: ChannelController =
8384 ChatDomain .instance().useCases.watchChannel(cid, 0 ).execute().data()
8485
You can’t perform that action at this time.
0 commit comments