Commit 20306502 authored by Grigory Fedorov's avatar Grigory Fedorov

OTRManager: code formatting.

parent d5d31d71
...@@ -31,8 +31,7 @@ public class SMProgress extends BaseEntity implements EntityNotificationItem { ...@@ -31,8 +31,7 @@ public class SMProgress extends BaseEntity implements EntityNotificationItem {
@Override @Override
public Intent getIntent() { public Intent getIntent() {
return QuestionViewer.createCancelIntent( return QuestionViewer.createCancelIntent(Application.getInstance(), account, user);
Application.getInstance(), account, user);
} }
@Override @Override
...@@ -43,8 +42,7 @@ public class SMProgress extends BaseEntity implements EntityNotificationItem { ...@@ -43,8 +42,7 @@ public class SMProgress extends BaseEntity implements EntityNotificationItem {
@Override @Override
public String getText() { public String getText() {
return Application.getInstance().getString( return Application.getInstance().getString(R.string.otr_verification_in_progress);
R.string.otr_verification_in_progress);
} }
} }
...@@ -35,8 +35,7 @@ public class SMRequest extends BaseEntity implements EntityNotificationItem { ...@@ -35,8 +35,7 @@ public class SMRequest extends BaseEntity implements EntityNotificationItem {
@Override @Override
public Intent getIntent() { public Intent getIntent() {
return QuestionViewer.createIntent( return QuestionViewer.createIntent(
Application.getInstance(), account, user, question != null, Application.getInstance(), account, user, question != null, true, question);
true, question);
} }
@Override @Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment