We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edae660 commit 17d4a37Copy full SHA for 17d4a37
app/src/main/java/com/project/bluepandora/donatelife/activities/MainActivity.java
@@ -257,7 +257,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
257
if (id == R.id.action_logout) {
258
final ProgressDialog pd = new ProgressDialog(this);
259
pd.setCancelable(true);
260
- pd.setTitle(getString(R.string.log_out_message));
+ pd.setMessage(getString(R.string.log_out_message));
261
pd.show();
262
deleteFile("feed.json");
263
final ConnectionManager con = new ConnectionManager(this);
0 commit comments