Remove force null check

This commit is contained in:
h4h13 2019-10-09 18:22:02 +05:30
parent 12f6f0a505
commit 8d8149839a
7 changed files with 48 additions and 34 deletions

View file

@ -196,4 +196,11 @@
tools:text="Hemanth savarala" />
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.Group
android:id="@+id/shortcuts"
android:visibility="gone"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:constraint_referenced_ids="history,lastAdded,topPlayed,actionShuffle" />
</androidx.constraintlayout.widget.ConstraintLayout>