mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 00:51:03 +00:00
feat: more thumbnails, descriptions (thanks to @yupcm)
This commit is contained in:
@@ -157,15 +157,6 @@ class ProfileActivity : AppCompatActivity(), AppBarLayout.OnOffsetChangedListene
|
||||
true
|
||||
}
|
||||
|
||||
R.id.action_create_new_activity -> {
|
||||
ContextCompat.startActivity(
|
||||
context,
|
||||
Intent(context, MarkdownCreatorActivity::class.java)
|
||||
.putExtra("type", "activity"),
|
||||
null
|
||||
)
|
||||
true
|
||||
}
|
||||
|
||||
else -> false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user