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

A data loss issue needs confirmation #35

Open
zhouyuhao1018 opened this issue Nov 27, 2022 · 0 comments
Open

A data loss issue needs confirmation #35

zhouyuhao1018 opened this issue Nov 27, 2022 · 0 comments

Comments

@zhouyuhao1018
Copy link

Hi~
We are engaged in the work of data loss detection, and we have manually confirmed some data loss issues.
However, there exist a data loss issue that we cannot confirm, and the issue detail is:
The affected UI is com.knirirr.beecount.CountOptionsActivity, and the affected widget is the variable count_mult_widget of OptionsWidget type.

when we try to reproduce the data loss issue by rotate the phone, what confuses us is that we cannot find this widget on UI. The appearance of it may depend on pref_multiplier in onResume(). Because we may not familiar with the app, so , could you give some advice about how to let count_mult_widget appear on the UI? Thanks a lot.

source code excerpt from onResume().

if (pref_multiplier)
    {
      count_mult_widget = new OptionsWidget(this, null);
      count_mult_widget.setInstructions(getString(R.string.countMult));
      count_mult_widget.setParameterValue(count.multiplier);
      static_widget_area.addView(count_mult_widget);
    }
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

No branches or pull requests

1 participant