TrustInterface: Remove useless check

* It's done in onStart

Change-Id: Ib31819e881159b2fff580f3fa87f0d5da2d8bd7f
This commit is contained in:
Luca Stefani
2018-06-10 15:44:47 +02:00
parent aa8e55456d
commit 1ae78cedd4

View File

@@ -134,10 +134,6 @@ public class TrustInterfaceService extends LineageSystemService {
}
private boolean postOnBoardingNotification() {
if (hasOnboardedUser()) {
return false;
}
String title = mContext.getString(R.string.trust_notification_title_onboarding);
String message = mContext.getString(R.string.trust_notification_content_onboarding);
Intent intent = new Intent(INTENT_ONBOARDING);