mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Refactor notification thumbnails to reduce chances for ANR.
This commit is contained in:
committed by
Greyson Parrelli
parent
a9fc5622cd
commit
1e499fd12f
@@ -0,0 +1,9 @@
|
||||
package org.thoughtcrime.securesms.util
|
||||
|
||||
/** Kilobytes in bytes */
|
||||
val Int.kb
|
||||
get() = this * 1024
|
||||
|
||||
/** Megabytes in bytes. */
|
||||
val Int.mb
|
||||
get() = this * 1024 * 1024
|
||||
Reference in New Issue
Block a user