Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fling fix #20933

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

fling fix #20933

wants to merge 8 commits into from

Conversation

0xRe1nk0
Copy link
Contributor

No description provided.

@0xRe1nk0 0xRe1nk0 linked an issue Sep 28, 2024 that may be closed by this pull request
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here was no problem as I remember

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView
<ScrollView
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't use ScrollView / NestedScrollView coudln't be used here cause it's already inside scrollview. Also we need to use recyclerview for tag/ values on advanced tabs

@Chumva Chumva marked this pull request as ready for review December 17, 2024 09:44
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename to BasicEditPoiFragment

basicTagsInitialized = true;
}

public class OpeningHoursAdapter {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy pasted class from the previous screen?

import gnu.trove.list.array.TIntArrayList;
import studio.carbonylgroup.textfieldboxes.ExtendedEditText;

public class EditPoiContentAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder> {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quite bug class, better to move inner classes to separate files

import java.util.Locale;
import java.util.Map;

public class NewBasicEditPoiFragment extends BaseOsmAndFragment implements EditPoiDialogFragment.OnFragmentActivatedListener {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like there is issue with scroll height

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

POI editor: no flinging in ScrollView
3 participants