Fix pending

This commit is contained in:
tom79 2019-06-22 15:18:38 +02:00
parent d0edd8437d
commit 08ee181370
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ public class AccountReportActivity extends BaseActivity implements OnAdminAction
break; break;
case REJECT: case REJECT:
allow_reject_group.setVisibility(View.GONE); allow_reject_group.setVisibility(View.GONE);
message = getString(R.string.account_rejected); message = getString(R.string.account_rejected);
break; break;
} }