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

Backup #268

Closed
ghost opened this issue Oct 25, 2015 · 3 comments
Closed

Backup #268

ghost opened this issue Oct 25, 2015 · 3 comments
Labels
Crash This issue causes the app to crash. Please also label this issue as `High Priority`. Needs Reproduction This issue needs to be reproduced by another person.

Comments

@ghost
Copy link

ghost commented Oct 25, 2015

After backing up the dialog started to flash nonstop before crashing

Debug info:
OS Version: 3.4.0-4584173(I545VRUGOC1)
OS API Level: 21
Device: jfltevzw
Model (and Product): SCH-I545 (jfltevzw)
RELEASE: 5.0.1
BRAND: Verizon
DISPLAY: LRX22C.I545VRUGOC1
CPU_ABI: armeabi-v7a
CPU_ABI2: armeabi
HARDWARE: qcom
MANUFACTURER: samsung

Stacktrace:

com.afollestad.materialdialogs.MaterialDialog$DialogException: Bad window token, you cannot show a dialog before an Activity is created or after it's hidden.
    at com.afollestad.materialdialogs.MaterialDialog.show(MaterialDialog.java:1315)
    at com.afollestad.materialdialogs.AlertDialogWrapper$Builder.show(AlertDialogWrapper.java:174)
    at me.ccrama.redditslide.Activities.SettingsBackup$5.onResult(SettingsBackup.java:236)
    at me.ccrama.redditslide.Activities.SettingsBackup$5.onResult(SettingsBackup.java:221)
    at com.google.android.gms.internal.zzlc$zza.zzb(Unknown Source)
    at com.google.android.gms.internal.zzlc$zza.handleMessage(Unknown Source)
    at android.os.Handler.dispatchMessage(Handler.java:102)
    at android.os.Looper.loop(Looper.java:145)
    at android.app.ActivityThread.main(ActivityThread.java:5942)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:372)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1399)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1194)
@Alexendoo
Copy link
Member

Related but not the same: #259

@ccrama
Copy link
Collaborator

ccrama commented Oct 28, 2015

Somehow the activity finished before the dialog was shown.

@ccrama ccrama added Crash This issue causes the app to crash. Please also label this issue as `High Priority`. Needs Reproduction This issue needs to be reproduced by another person. and removed autoreport labels Oct 28, 2015
@ccrama
Copy link
Collaborator

ccrama commented Nov 5, 2015

Can't reproduce

@ccrama ccrama closed this as completed Nov 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Crash This issue causes the app to crash. Please also label this issue as `High Priority`. Needs Reproduction This issue needs to be reproduced by another person.
Projects
None yet
Development

No branches or pull requests

2 participants