This repository was archived by the owner on Dec 28, 2022. It is now read-only.
Commit 5f23757
committed
Fix crash on Edit Tags dialog
Observed on release variants with crash log
java.lang.IllegalStateException: Failed to set TextInputLayout hint (collapsed) color: null
at com.afollestad.aesthetic.cb.b(SourceFile:10)
at com.afollestad.aesthetic.Aa.a(SourceFile:3)
at com.afollestad.aesthetic.Aa.accept(SourceFile:1)
at io.reactivex.internal.observers.LambdaObserver.a(SourceFile:7)
at io.reactivex.internal.operators.observable.ObservableDistinctUntilChanged$DistinctUntilChangedObserver.a(SourceFile:10)
at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.e(SourceFile:8)
at io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver.run(SourceFile:3)
at io.reactivex.android.schedulers.HandlerScheduler$ScheduledRunnable.run(SourceFile:1)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:6672)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:495)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:860)1 parent 46dbd95 commit 5f23757
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
0 commit comments