mirror of
https://codeberg.org/r4v3r23/mysu.git
synced 2024-11-09 15:50:00 +00:00
Fix onboarding fragment layout
This commit is contained in:
parent
772a5004b3
commit
976f9167c2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class OnboardingFragment extends Fragment {
|
|||
@Override
|
||||
public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container,
|
||||
@Nullable Bundle savedInstanceState) {
|
||||
return inflater.inflate(R.layout.fragment_settings, container, false);
|
||||
return inflater.inflate(R.layout.fragment_onboarding, container, false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue