removing Select All from folders fragment
This commit is contained in:
parent
305fa0ad81
commit
a16fefb1d9
2 changed files with 0 additions and 6 deletions
|
@ -43,7 +43,6 @@ class FoldersAdapter(
|
|||
override fun actionItemPressed(id: Int) {
|
||||
when (id) {
|
||||
R.id.cab_exclude_folders -> excludeFolders()
|
||||
R.id.cab_select_all -> selectAll()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -6,9 +6,4 @@
|
|||
android:icon="@drawable/ic_minus_circle_vector"
|
||||
android:title="@string/exclude_folder"
|
||||
app:showAsAction="always" />
|
||||
<item
|
||||
android:id="@+id/cab_select_all"
|
||||
android:icon="@drawable/ic_select_all_vector"
|
||||
android:title="@string/select_all"
|
||||
app:showAsAction="always" />
|
||||
</menu>
|
||||
|
|
Loading…
Reference in a new issue