Skip to content

Commit 62879e6

Browse files
committed
Commentary
1 parent 2f04319 commit 62879e6

File tree

1 file changed

+2
-0
lines changed
  • librootjavadaemon_example/src/main/java/eu/chainfire/librootjavadaemon_example

1 file changed

+2
-0
lines changed

librootjavadaemon_example/src/main/java/eu/chainfire/librootjavadaemon_example/MainActivity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ protected void onCreate(Bundle savedInstanceState) {
7070
textView = findViewById(R.id.textView);
7171
textView.setHorizontallyScrolling(true);
7272
textView.setMovementMethod(new ScrollingMovementMethod());
73+
74+
// See librootjava's example for further commentary on these two calls
7375
ipcReceiver.setContext(this);
7476
(new Thread(new Runnable() {
7577
@Override

0 commit comments

Comments
 (0)