mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-20 01:23:57 +00:00
feat: global/personal feed | like posts | pagination
This commit is contained in:
@@ -25,6 +25,7 @@ import ani.dantotsu.incognitoNotification
|
||||
import ani.dantotsu.loadImage
|
||||
import ani.dantotsu.profile.activity.NotificationActivity
|
||||
import ani.dantotsu.offline.OfflineFragment
|
||||
import ani.dantotsu.profile.activity.FeedActivity
|
||||
import ani.dantotsu.setSafeOnClickListener
|
||||
import ani.dantotsu.settings.saving.PrefManager
|
||||
import ani.dantotsu.settings.saving.PrefName
|
||||
@@ -108,6 +109,11 @@ class SettingsDialogFragment : BottomSheetDialogFragment() {
|
||||
dismiss()
|
||||
}
|
||||
|
||||
binding.settingsActivity.setSafeOnClickListener {
|
||||
startActivity(Intent(activity, FeedActivity::class.java))
|
||||
dismiss()
|
||||
}
|
||||
|
||||
binding.settingsNotification.setOnClickListener {
|
||||
startActivity(Intent(activity, NotificationActivity::class.java))
|
||||
dismiss()
|
||||
|
||||
Reference in New Issue
Block a user