Skip to content

Commit

Permalink
修改文案
Browse files Browse the repository at this point in the history
  • Loading branch information
pansong291 committed May 25, 2019
1 parent 31d6170 commit c7818ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void run()
// 开始收取每个用户的能量
rpcCall_CanCollectEnergy(loader, userId);
}
showDialog("共偷取能量【" + collectedEnergy + "克】,共帮收能量【" + helpCollectedEnergy + "】克\n", "");
showDialog("共偷取能量【" + collectedEnergy + "克】,共帮收能量【" + helpCollectedEnergy + "克】\n", "");
friendsRankUseridList.clear();
collectedEnergy = 0;
helpCollectedEnergy = 0;
Expand Down Expand Up @@ -409,7 +409,7 @@ public void run()
});
}catch(Exception e)
{
Log.i(TAG, "showToast err: " + e.getMessage());
Log.i(TAG, "showDialog err: " + e.getMessage());
}
}
}
Expand Down

0 comments on commit c7818ef

Please sign in to comment.