diff options
author | Allan Wang <me@allanwang.ca> | 2019-09-15 01:00:33 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-09-15 01:00:33 -0700 |
commit | f0cf3ff3e648e2f80e640fbe255310b5c537a3a9 (patch) | |
tree | 679d87b66c0e1f35549f1c23da7cc6acef28ca5a /app/src | |
parent | fdaf72f5e9ed8a6ee2030862b2e0c58d106d25bb (diff) | |
download | frost-f0cf3ff3e648e2f80e640fbe255310b5c537a3a9.tar.gz frost-f0cf3ff3e648e2f80e640fbe255310b5c537a3a9.tar.bz2 frost-f0cf3ff3e648e2f80e640fbe255310b5c537a3a9.zip |
Add comment pointing to PR
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/kotlin/com/pitchedapps/frost/fragments/RecyclerFragments.kt | 2 |
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>() { |