Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0abe4d12 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

App Lounge: Remove unused package

parent 00a1990e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
package foundation.e.apps.common

fun Double.isAFullNumber(): Boolean {
    return this % 1 == 0.0
}