Extracted strings
This commit is contained in:
@@ -21,7 +21,7 @@ public class IntentFragment extends Fragment implements OnScrollListener, OnItem
|
||||
}
|
||||
|
||||
public String getTitle() {
|
||||
return getArguments().getString("title");
|
||||
return getActivity().getString(getArguments().getInt("title"));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user