Skip to content
Snippets Groups Projects
Commit 11af5ec6 authored by Taras's avatar Taras
Browse files

Capitalize letter for profile name

parent 3bb5abca
No related branches found
No related tags found
No related merge requests found
package org.futo.circles.auth.feature.workspace.data_source
package org.futo.circles.auth.feature.workspace
import android.net.Uri
import org.futo.circles.auth.model.WorkspaceTask
......
package org.futo.circles.auth.feature.workspace.data_source
package org.futo.circles.auth.feature.workspace
import android.content.Context
import dagger.hilt.android.qualifiers.ApplicationContext
......
......@@ -95,7 +95,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:imeOptions="actionDone"
android:inputType="text"
android:inputType="textCapSentences"
android:maxLines="1"
android:padding="12dp" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment