mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 03:12:15 +00:00
Fix: Fix Repo Add Crash (Again) (Again) T-T
This commit is contained in:
parent
c458e39be7
commit
b4eefa69e9
@ -439,7 +439,7 @@ class EditRepositoryFragment() : ScreenFragment() {
|
||||
.observeOn(AndroidSchedulers.mainThread())
|
||||
.subscribe { result, throwable ->
|
||||
checkDisposable = null
|
||||
throwable.printStackTrace()
|
||||
throwable?.printStackTrace()
|
||||
val resultAddress =
|
||||
result?.let { if (it.isEmpty()) null else it } ?: address
|
||||
val allow = resultAddress == address || run {
|
||||
|
Loading…
x
Reference in New Issue
Block a user