TrustInterface: Remove useless check
* It's done in onStart Change-Id: Ib31819e881159b2fff580f3fa87f0d5da2d8bd7f
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user