Skip to content

Commit 17d4a37

Browse files
author
BluePandora
committed
change commit
1 parent edae660 commit 17d4a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/project/bluepandora/donatelife/activities/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
257257
if (id == R.id.action_logout) {
258258
final ProgressDialog pd = new ProgressDialog(this);
259259
pd.setCancelable(true);
260-
pd.setTitle(getString(R.string.log_out_message));
260+
pd.setMessage(getString(R.string.log_out_message));
261261
pd.show();
262262
deleteFile("feed.json");
263263
final ConnectionManager con = new ConnectionManager(this);

0 commit comments

Comments
 (0)