Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit a8057d0

Browse files
Fix Lint error
1 parent b74a8b6 commit a8057d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/com/github/andlyticsproject/console/v2/BaseAuthenticator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ protected void openAuthUrlInBrowser(String webloginUrl) {
151151
Builder builder = new NotificationCompat.Builder(ctx);
152152
builder.setSmallIcon(R.drawable.statusbar_andlytics);
153153
builder.setContentTitle(ctx.getResources().getString(R.string.auth_error, accountName));
154-
builder.setContentText(ctx.getResources().getString(R.string.auth_error_open_browser,
155-
accountName));
154+
builder.setContentText(ctx.getResources().getString(R.string.auth_error_open_browser));
156155
builder.setAutoCancel(true);
157156
PendingIntent contentIntent = PendingIntent.getActivity(ctx, accountName.hashCode(),
158157
viewInBrowser, PendingIntent.FLAG_UPDATE_CURRENT);

0 commit comments

Comments
 (0)