Fix non-scrollable toolbar in AboutActivity
This commit is contained in:
@@ -50,7 +50,7 @@ public class AboutFragment extends BaseFragment {
|
||||
TextView translatorsView;
|
||||
|
||||
public AboutFragment() {
|
||||
super(R.layout.about_fragment);
|
||||
super(R.layout.fragment_about);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@@ -41,7 +41,7 @@ public class ReleaseNotesFragment extends BaseFragment {
|
||||
TextView text;
|
||||
|
||||
public ReleaseNotesFragment() {
|
||||
super(R.layout.release_notes_fragment);
|
||||
super(R.layout.fragment_release_notes);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user