aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-07-08 16:49:27 -0700
committerAllan Wang <me@allanwang.ca>2017-07-08 16:49:27 -0700
commitde34d09f975079d5c044eae6da7ed92605009faf (patch)
tree0ce2a854b299ee240e9038fd555f9d40492b0f61
parent085295d5dbda84ff02221cc65bd472fff69e636e (diff)
downloadfrost-de34d09f975079d5c044eae6da7ed92605009faf.tar.gz
frost-de34d09f975079d5c044eae6da7ed92605009faf.tar.bz2
frost-de34d09f975079d5c044eae6da7ed92605009faf.zip
Remove test notification
-rw-r--r--app/src/main/kotlin/com/pitchedapps/frost/MainActivity.kt9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/src/main/kotlin/com/pitchedapps/frost/MainActivity.kt b/app/src/main/kotlin/com/pitchedapps/frost/MainActivity.kt
index ec7bb838..35d7153f 100644
--- a/app/src/main/kotlin/com/pitchedapps/frost/MainActivity.kt
+++ b/app/src/main/kotlin/com/pitchedapps/frost/MainActivity.kt
@@ -147,15 +147,6 @@ class MainActivity : BaseActivity(), FrostWebViewSearch.SearchContract,
}
setFrostColors(toolbar, themeWindow = false, headers = arrayOf(tabs, appBar), backgrounds = arrayOf(viewPager))
validatePro()
-
- doAsync {
- val debugIcon = "https://scontent-sea1-1.xx.fbcdn.net/v/t1.0-1/cp0/e15/q65/p120x120/12994387_243040309382307_4586627375882013710_n.jpg?efg=eyJpIjoidCJ9&oh=4f99b56bb3dab33d1312bd502ff91974&oe=59C8F9AB"
- NotificationContent(loadFbCookie(Prefs.userId)!!, 1234,
- "https://www.google.ca/",
- this@MainActivity.string(R.string.kau_lorem_ipsum),
- System.currentTimeMillis(), debugIcon)
- .createNotification(this@MainActivity, true)
- }
}
fun tabsForEachView(action: (position: Int, view: BadgedIcon) -> Unit) {