merge ModalTimelineActivity & ViewTagActivity into StatusListActivity (#2332)
* Rename .java to .kt * merge ModalTimelineActivity & ViewTagActivity into StatusListActivity * fix crash when opening hashtag
This commit is contained in:
parent
eea81d7106
commit
f7dfffa762
15 changed files with 59 additions and 237 deletions
|
|
@ -13,10 +13,10 @@
|
|||
* You should have received a copy of the GNU General Public License along with Tusky; if not,
|
||||
* see <http://www.gnu.org/licenses>. */
|
||||
|
||||
package com.keylesspalace.tusky.interfaces;
|
||||
package com.keylesspalace.tusky.interfaces
|
||||
|
||||
public interface LinkListener {
|
||||
void onViewTag(String tag);
|
||||
void onViewAccount(String id);
|
||||
void onViewUrl(String url);
|
||||
interface LinkListener {
|
||||
fun onViewTag(tag: String)
|
||||
fun onViewAccount(id: String)
|
||||
fun onViewUrl(url: String)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue