Remove return for prefix checker in services ( possibly killed off notifications builder before its creation )

This commit is contained in:
Martin Valba 2023-04-20 13:10:56 +00:00
parent ae50f60f1e
commit 7ee460082e

View File

@ -53,7 +53,6 @@ class NeoTermService : Service() {
// By simply checking */usr folder of ours
if (!checkPrefix()) {
resetApp()
return
}
createNotificationChannel()