Giter Site home page Giter Site logo

Comments (8)

techinessoverloaded avatar techinessoverloaded commented on May 21, 2024 1

@soenkegissel @mg2000 I have fixed this bug in version 1.5.1.

from progress-dialog.

techinessoverloaded avatar techinessoverloaded commented on May 21, 2024

Using API 28 Simulator and Samsung S10 API 31. Init like this:

ProgressDialog progressDialog;
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) {
            progressDialog = new ProgressDialog(requireContext(), ProgressDialog.THEME_FOLLOW_SYSTEM);
        } else {
            progressDialog = new ProgressDialog(requireContext(), ProgressDialog.THEME_LIGHT);
        }
progressDialog.show()

Same for both devices: image

Hi,
Thanks for pointing out this issue. May I know which Version of the Library you are using ?

from progress-dialog.

soenkegissel avatar soenkegissel commented on May 21, 2024

1.4.4

from progress-dialog.

techinessoverloaded avatar techinessoverloaded commented on May 21, 2024

Usually, AlertDialog is buggy when used with Fragment. ProgressDialog uses AlertDialog behind the scenes.

from progress-dialog.

techinessoverloaded avatar techinessoverloaded commented on May 21, 2024

Anyway, I will check out if the issue is on my code. If it is so, I will resolve it in the next version.

from progress-dialog.

techinessoverloaded avatar techinessoverloaded commented on May 21, 2024

@soenkegissel You can also give a pull request for solving the issue if possible.

from progress-dialog.

mg2000 avatar mg2000 commented on May 21, 2024

I have same problem.

from progress-dialog.

techinessoverloaded avatar techinessoverloaded commented on May 21, 2024

I have same problem.

Hi, I will fix that problem in the upcoming version. Please use version 1.3.1 until then.

from progress-dialog.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.