Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Fix settings info display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
deltazefiro committed May 27, 2021
1 parent 4ba60c2 commit bef08f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void loadSettings(int code, String msg, API.Settings settings) {
if (settings.home == null)
tvHomeInfo.setText(getString(R.string.clink_to_set));
else
tvPhoneInfo.setText(settings.home);
tvHomeInfo.setText(settings.home);

break;

Expand Down

0 comments on commit bef08f1

Please sign in to comment.