浏览代码

proper comment formatting

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 4 年之前
父节点
当前提交
4fed61d3f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/owncloud/android/ui/components/AvatarWithStatus.kt

+ 1 - 1
src/main/java/com/owncloud/android/ui/components/AvatarWithStatus.kt

@@ -40,7 +40,7 @@ class AvatarWithStatus(val roundedBitmapDrawable: RoundedBitmapDrawable) : Drawa
         val radius: Float = Math.min(width, height).toFloat() / 2f
         val radius: Float = Math.min(width, height).toFloat() / 2f
 
 
         // Draw a red circle in the center
         // Draw a red circle in the center
-        //canvas.drawBitmap(roundedBitmapDrawable.bitmap!!, 0f, 0f, null)
+        // canvas.drawBitmap(roundedBitmapDrawable.bitmap!!, 0f, 0f, null)
         canvas.drawCircle((width / 2).toFloat(), (height / 2).toFloat(), radius, redPaint)
         canvas.drawCircle((width / 2).toFloat(), (height / 2).toFloat(), radius, redPaint)
     }
     }