From de34d09f975079d5c044eae6da7ed92605009faf Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 8 Jul 2017 16:49:27 -0700 Subject: Remove test notification --- app/src/main/kotlin/com/pitchedapps/frost/MainActivity.kt | 9 --------- 1 file changed, 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) { -- cgit v1.2.3