Skip to content

Commit 8e94bd2

Browse files
Merge pull request #3 from noelmcloughlin/hotfix2
fix - checkphoto crashes app on first time usage
2 parents 5de2491 + ef2b8b8 commit 8e94bd2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

app/src/main/java/ie/noel/dunsceal/views/home/HomeView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ open class HomeView : BaseView(), NavigationView.OnNavigationItemSelectedListene
6161

6262
//Checking if Google User, upload google profile pic
6363
presenter.fetchData()
64-
presenter.checkExistingPhoto(this)
64+
// presenter.checkExistingPhoto(this)
6565
navView.getHeaderView(0).imageView
6666
.setOnClickListener { showImagePicker(this, 1) }
6767

app/src/main/res/layout/dun_item.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
android:text="@{String.valueOf(dun.votes)}"
6464
android:textAlignment="viewStart"
6565
android:textColor="#000000"
66-
android:textSize="24sp"
66+
android:textSize="5sp"
6767
tools:text="2" />
6868

6969
<TextView

docs/images/list.png

43 KB
Loading

0 commit comments

Comments
 (0)