fix: script list not updated when script is renamed, deleted or created
This commit is contained in:
@@ -34,6 +34,17 @@
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/back"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:clickable="true"
|
||||
android:padding="9dp"
|
||||
android:src="@drawable/ic_dir_up"
|
||||
android:tint="#828384"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/order"
|
||||
android:layout_width="32dp"
|
||||
|
||||
Reference in New Issue
Block a user