[10:53:22] hello [10:53:28] i want to solve this bug: https://phabricator.wikimedia.org/T156085 [10:59:39] In file https://goo.gl/bJ3nXq at line216 callback calls showReadingListAddedMessage() from https://goo.gl/8xr8Qd (line 408) [11:06:29] Now, at https://goo.gl/KmtZgO there is an implementation of showReadingListAddedMessage() that will solve this bug [11:08:57] The problem is that in showReadingListAddedMessage() from MainFragment , the onClick() method calls goToTab(), a private method [11:11:27] I think I could solve this bug if I implement the behaviour of goToTab() in showReadingListAddedMessage() from PageActivity. [11:12:28] Do you think I can solve this bug in a more elegant way?