Merge pull request #399 from meshtastic/is_always_powered

remove isAlwaysPowered
This commit is contained in:
Andre Kirchhoff 2022-03-28 09:13:11 -03:00 committed by GitHub
commit 1abfc77112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 33 deletions

View file

@ -65,16 +65,4 @@
app:layout_constraintBottom_toBottomOf="@id/lsSleepView"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="@id/lsSleepView" />
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/isAlwaysPoweredSwitch"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:text="is_always_powered"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@+id/lsSleepView"
app:layout_constraintTop_toBottomOf="@+id/lsSleepView" />
</androidx.constraintlayout.widget.ConstraintLayout>