Skip to content

Commit 5bd1aff

Browse files
sowjanyakchAndyScherzinger
authored andcommitted
fix detekt
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
1 parent 79a99df commit 5bd1aff

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

app/src/main/java/com/nextcloud/talk/ui/dialog/OnlineStatusBottomDialogFragment.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ class OnlineStatusBottomDialogFragment : BottomSheetDialogFragment() {
115115
override fun onError(e: Throwable) {
116116
Log.e(TAG, "Failed to set statusType", e)
117117
}
118-
override fun onComplete() { }
118+
override fun onComplete() {
119+
// unused atm
120+
}
119121
})
120122
}
121123

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
android:id="@+id/icon"
2727
android:layout_width="48dp"
2828
android:layout_height="match_parent"
29-
android:gravity="center"
29+
android:gravity="center_vertical"
3030
android:textSize="25sp"
3131
tools:text="📆" />
3232

0 commit comments

Comments
 (0)