From cd0bfd3a05d4d3c7af06264475be124cdd14d157 Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Sun, 25 Oct 2015 22:51:43 +0100 Subject: [PATCH] [Trivial] Fixed broken reference to Main Activity in WALKTHROUGH --- docs/WALKTHROUGH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WALKTHROUGH b/docs/WALKTHROUGH index c3107e65..184a7d29 100644 --- a/docs/WALKTHROUGH +++ b/docs/WALKTHROUGH @@ -26,7 +26,7 @@ // common request - ah , that's awesome, i think i remember seeing sth of this sorts when i was going through the guardianproject mailing list. iirc this is something ioerror wanted - ├── Orbot.java + ├── OrbotMainActivity.java //our wonderful main activity! ├── ProcessSettingsAsyncTask.java