remove unneeded notification channel
This commit is contained in:
parent
2dcbce3fbc
commit
33c59cf578
2 changed files with 9 additions and 5 deletions
|
|
@ -33,8 +33,8 @@ class SplashActivity : AppCompatActivity(), Injectable {
|
|||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
|
||||
/** delete old notification channels that were in use in Tusky 1.4 */
|
||||
NotificationHelper.deleteLegacyNotificationChannels(this)
|
||||
/** delete old notification channels */
|
||||
NotificationHelper.deleteLegacyNotificationChannels(this, accountManager)
|
||||
|
||||
/** Determine whether the user is currently logged in, and if so go ahead and load the
|
||||
* timeline. Otherwise, start the activity_login screen. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue