treehouses / remote

⚡ control Raspberry Pi from Android Device through Bluetooth ⚡
https://play.google.com/store/apps/details?id=io.treehouses.remote
GNU Affero General Public License v3.0
61 stars 27 forks source link

actions: fix textview error #2052

Closed dogi closed 1 week ago

dogi commented 1 week ago

https://github.com/treehouses/remote/actions/runs/9553606429/job/26332797279#step:6:235

/home/runner/work/remote/remote/app/src/main/res/layout/dialog_tor_ports.xml:37: Error: @+id/textView2 is not a sibling in the same ConstraintLayout [NotSibling]
> Task :app:lintVitalReportRelease
            app:layout_constraintEnd_toEndOf="@+id/textView2"
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "NotSibling":
   Layout constraints in a given ConstraintLayout or RelativeLayout should
   reference other views within the same relative layout (but not itself!)