1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-08 20:12:39 +01:00

Remove test notification

This commit is contained in:
Allan Wang 2017-07-08 16:49:27 -07:00
parent 085295d5db
commit de34d09f97

View File

@ -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) {