hotfix debug residue
This commit is contained in:
@@ -12,7 +12,7 @@ android {
|
||||
applicationId = "com.odweta.solon"
|
||||
minSdk = 28
|
||||
targetSdk = 34
|
||||
versionCode = 210
|
||||
versionCode = 204
|
||||
versionName = "2.1"
|
||||
|
||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
@@ -61,8 +61,7 @@ fun fetchNewData(ctx: Context, coscope: CoroutineScope) {
|
||||
val role = if (Parsing.userIsParent()) {
|
||||
" – Rodič"
|
||||
} else {
|
||||
//TODO: remove
|
||||
" – Student #############################################"
|
||||
" – Student"
|
||||
}
|
||||
|
||||
// display the full name of the user in the toolbar
|
||||
|
||||
Reference in New Issue
Block a user