Skip to content

Commit

Permalink
Update version to 1.4.0 icons
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Mar 25, 2020
1 parent 3dfe757 commit b7523df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified android/app/src/main/res/mipmap/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/page/screen/case_details_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class CaseDetailScreenState extends State<CaseDetailScreen> {
print("LOCATIONS Fetched: ${newEntries.length}");
if (this.mounted) {
setState(() {
entries.clear();
// entries.clear();
newEntries.forEach((e) {
if (!entries.contains(e)) {
entries.add(e);
Expand Down

0 comments on commit b7523df

Please sign in to comment.