mirror of
https://codeberg.org/anoncontributorxmr/mysu.git
synced 2025-03-09 23:19:42 -06:00
Fix onboarding fragment layout
This commit is contained in:
parent
772a5004b3
commit
976f9167c2
@ -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…
x
Reference in New Issue
Block a user