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

getQuantityString - java.util.IllegalFormatFlagsException #408

Open
Jean-BaptisteC opened this issue Feb 20, 2024 · 1 comment
Open

getQuantityString - java.util.IllegalFormatFlagsException #408

Jean-BaptisteC opened this issue Feb 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Jean-BaptisteC
Copy link
Contributor

Jean-BaptisteC commented Feb 20, 2024

Exception java.util.IllegalFormatFlagsException:
  at java.util.Formatter$FormatSpecifier.checkText (Formatter.java:3131)
  at java.util.Formatter$FormatSpecifier.<init> (Formatter.java:2824)
  at java.util.Formatter$FormatSpecifierParser.<init> (Formatter.java:2624)
  at java.util.Formatter.parse (Formatter.java:2557)
  at java.util.Formatter.format (Formatter.java:2504)
  at java.util.Formatter.format (Formatter.java:2458)
  at java.lang.String.format (String.java:2883)
  at android.content.res.Resources.getQuantityString (Resources.java:581)
  at org.eu.exodus_privacy.exodusprivacy.fragments.trackerdetail.TrackerDetailFragment$onViewCreated$3.invoke (SourceFile:25)
  at org.eu.exodus_privacy.exodusprivacy.fragments.trackerdetail.TrackerDetailFragment$onViewCreated$3.invoke (SourceFile:1)
  at org.eu.exodus_privacy.exodusprivacy.fragments.trackerdetail.TrackerDetailFragment$sam$androidx_lifecycle_Observer$0.onChanged
  at androidx.lifecycle.LiveData.c (SourceFile:30)
  at androidx.lifecycle.LiveData.d (SourceFile:45)
  at androidx.lifecycle.LiveData.n (SourceFile:15)
  at androidx.lifecycle.f0.n (SourceFile:1)
  at org.eu.exodus_privacy.exodusprivacy.fragments.trackerdetail.TrackerDetailViewModel$getTracker$1.invokeSuspend (SourceFile:58)
  at kotlin.coroutines.jvm.internal.a.resumeWith (SourceFile:12)
  at u4.t0.run (SourceFile:124)
  at android.os.Handler.handleCallback (Handler.java:907)
  at android.os.Handler.dispatchMessage (Handler.java:105)
  at android.os.Looper.loop (Looper.java:216)
  at android.app.ActivityThread.main (ActivityThread.java:7625)
  at java.lang.reflect.Method.invoke
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:524)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:987)

@Jean-BaptisteC Jean-BaptisteC added bug Something isn't working good first issue Good for newcomers labels Feb 20, 2024
@Jean-BaptisteC Jean-BaptisteC pinned this issue Apr 24, 2024
@Jean-BaptisteC
Copy link
Contributor Author

In somes cases percentage foreach trackers is not visible, need try to reproduce

@Jean-BaptisteC Jean-BaptisteC removed the good first issue Good for newcomers label Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant