mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Disable the multi upload photos view while adding categories
Was causing unneccessary interaction and state corruption
This commit is contained in:
parent
b667bcb9d5
commit
5e45cb2bd4
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ public class MultipleUploadListFragment extends SherlockFragment {
|
||||||
baseTitle.setVisibility(View.VISIBLE);
|
baseTitle.setVisibility(View.VISIBLE);
|
||||||
}
|
}
|
||||||
photosAdapter.notifyDataSetChanged();
|
photosAdapter.notifyDataSetChanged();
|
||||||
|
photosGrid.setEnabled(!mode);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue