nikk
nikk
Hm, found this commit https://github.com/anacrolix/torrent/commit/aaec4dbd80100702f8a230b0a21309726caeaadb#diff-c50a2bc1fe6acbf03d37a550b2daa8d04c384e42cf9072a8d392fd9cffb35558 so the issue is known. Do I need to close this?
return rip.To4() == nil && rip.To16() != nil works as expected.
this eliminates use of net.Addr.String but doesn't it better use addrIsIpv6 for new func?
> How does the custom TWRP write itself into the kernel, though? And why doesn't it persist after Magisk Direct install? That would be the thing to fix here, not...
> That would be the thing to fix here, not disabling the feature. As this behaviour can't be fixed in bootloder and twrp, the only option to avoid bricking FireOS...
> Relevant bits from my research and implementation for AIK amonet support as I understand, Magisk can unpack, inject, repack boot correctly (system boots and Magisk works when installed from...
> We are adding support for your device. Stop asking Magisk to disable direct install for your device. This behavior exists about 2 years from Magisk 20.3 and I know...
@topjohnwu workaround is just 3 lines of code: ``` From 84db24c065ce60a0eb91be30c6c13926ab0b7770 Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Fri, 20 May 2022 09:08:12 +0300 Subject: [PATCH] disable direct...
If you want to leave current behavior when only switches and buttons can be clickable, CardView must be set as focusable="false" (as was done before for include_home_m* Manager XML layouts...
possible solution in #5917