mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-04 08:08:55 +01:00 
			
		
		
		
	Show login errors
This commit is contained in:
		@@ -46,7 +46,7 @@ class SourceLoginDialog : LoginDialogPreference() {
 | 
			
		||||
        requestSubscription?.unsubscribe()
 | 
			
		||||
 | 
			
		||||
        v?.apply {
 | 
			
		||||
            if (username.text.length == 0 || password.text.length == 0)
 | 
			
		||||
            if (username.text.isEmpty() || password.text.isEmpty())
 | 
			
		||||
                return
 | 
			
		||||
 | 
			
		||||
            login.progress = 1
 | 
			
		||||
@@ -69,6 +69,7 @@ class SourceLoginDialog : LoginDialogPreference() {
 | 
			
		||||
                    }, { error ->
 | 
			
		||||
                        login.progress = -1
 | 
			
		||||
                        login.setText(R.string.unknown_error)
 | 
			
		||||
                        error.message?.let { context.toast(it) }
 | 
			
		||||
                    })
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -45,7 +45,7 @@ class TrackLoginDialog : LoginDialogPreference() {
 | 
			
		||||
        requestSubscription?.unsubscribe()
 | 
			
		||||
 | 
			
		||||
        v?.apply {
 | 
			
		||||
            if (username.text.length == 0 || password.text.length == 0)
 | 
			
		||||
            if (username.text.isEmpty() || password.text.isEmpty())
 | 
			
		||||
                return
 | 
			
		||||
 | 
			
		||||
            login.progress = 1
 | 
			
		||||
@@ -61,6 +61,7 @@ class TrackLoginDialog : LoginDialogPreference() {
 | 
			
		||||
                    }, { error ->
 | 
			
		||||
                        login.progress = -1
 | 
			
		||||
                        login.setText(R.string.unknown_error)
 | 
			
		||||
                        error.message?.let { context.toast(it) }
 | 
			
		||||
                    })
 | 
			
		||||
 | 
			
		||||
        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user