fix "post not found" message when it actually works

This commit is contained in:
Austin Huang 2021-05-22 12:35:18 -04:00
parent 43b2d37c4f
commit c2b46c4319
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ public class MainActivity extends BaseLanguageActivity implements FragmentManage
Log.e(TAG, "showPostView: ", e);
}
}
Toast.makeText(getApplicationContext(), R.string.post_not_found, Toast.LENGTH_SHORT).show();
else Toast.makeText(getApplicationContext(), R.string.post_not_found, Toast.LENGTH_SHORT).show();
alertDialog.dismiss();
}