aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/utils/Utils.kt4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/utils/Utils.kt b/app/src/main/kotlin/com/pitchedapps/frost/utils/Utils.kt
index d2e6ea96..cca7ace0 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/utils/Utils.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/utils/Utils.kt
@@ -324,8 +324,10 @@ val dependentSegments = arrayOf(
"events/permalink", "events/feed/watch",
/*
* Add new members to groups
+ *
+ * No longer dependent again as of 12/20/2018
*/
- "madminpanel",
+ // "madminpanel",
/**
* Editing images
*/