Swipe2refresh fix (#647)
This commit is contained in:
parent
09005f8043
commit
addefdc9a3
1 changed files with 1 additions and 6 deletions
|
@ -4,7 +4,6 @@
|
||||||
*/
|
*/
|
||||||
package com.zeapo.pwdstore
|
package com.zeapo.pwdstore
|
||||||
|
|
||||||
import android.app.Activity
|
|
||||||
import android.content.Context
|
import android.content.Context
|
||||||
import android.content.Intent
|
import android.content.Intent
|
||||||
import android.content.SharedPreferences
|
import android.content.SharedPreferences
|
||||||
|
@ -146,11 +145,7 @@ class PasswordFragment : Fragment() {
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
|
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
|
||||||
if (resultCode == Activity.RESULT_OK) {
|
swipe_refresher.isRefreshing = false
|
||||||
when (requestCode) {
|
|
||||||
GitActivity.REQUEST_SYNC -> swipe_refresher.isRefreshing = false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** clears the adapter content and sets it back to the root view */
|
/** clears the adapter content and sets it back to the root view */
|
||||||
|
|
Loading…
Reference in a new issue