Skip to content

Commit

Permalink
Fix radio mode...
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichholf committed Jan 26, 2023
1 parent a68626f commit 456fda0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public void onCreate(Bundle savedInstanceState) {
mEnableReload = false;

Bundle args = getArguments();
if (args != null && mRef == null) {
if (args != null) {
mRef = args.getString(Service.KEY_REFERENCE, null);
mName = args.getString(Service.KEY_NAME, "-");
}
Expand Down

0 comments on commit 456fda0

Please sign in to comment.