Fixing path issues. (#567)
Fixing path issues. Co-authored-by: opyale <opyale@noreply.gitea.io> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/567 Reviewed-by: M M Arif <mmarif@noreply.codeberg.org>
This commit is contained in:
		| @@ -174,6 +174,7 @@ public class LoginActivity extends BaseActivity { | |||||||
| 				.toUri(); | 				.toUri(); | ||||||
|  |  | ||||||
| 			URI instanceUrlWithProtocol = UrlBuilder.fromUri(rawInstanceUrl) | 			URI instanceUrlWithProtocol = UrlBuilder.fromUri(rawInstanceUrl) | ||||||
|  | 				.withPath(PathsHelper.join(rawInstanceUrl.getPath())) | ||||||
| 				.withScheme(protocol.name().toLowerCase()) | 				.withScheme(protocol.name().toLowerCase()) | ||||||
| 				.toUri(); | 				.toUri(); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user