aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-15 01:00:33 -0700
committerAllan Wang <me@allanwang.ca>2019-09-15 01:00:33 -0700
commitf0cf3ff3e648e2f80e640fbe255310b5c537a3a9 (patch)
tree679d87b66c0e1f35549f1c23da7cc6acef28ca5a
parentfdaf72f5e9ed8a6ee2030862b2e0c58d106d25bb (diff)
downloadfrost-f0cf3ff3e648e2f80e640fbe255310b5c537a3a9.tar.gz
frost-f0cf3ff3e648e2f80e640fbe255310b5c537a3a9.tar.bz2
frost-f0cf3ff3e648e2f80e640fbe255310b5c537a3a9.zip
Add comment pointing to PR
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragments.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragments.kt b/app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragments.kt
index a8a9bf28..f45ffa6d 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragments.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragments.kt
@@ -26,6 +26,8 @@ import com.pitchedapps.frost.views.FrostRecyclerView
/**
* Created by Allan Wang on 27/12/17.
+ *
+ * Retained as an example. Deletion made at https://github.com/AllanWang/Frost-for-Facebook/pull/1542
*/
@Deprecated(message = "Retained as an example; currently does not support marking a notification as read")
class NotificationFragment : FrostParserFragment<FrostNotifs, NotificationIItem>() {