correct package name

This commit is contained in:
davotoula
2026-03-06 17:21:43 +01:00
parent c8c42b5d70
commit 8329184d99
5 changed files with 4 additions and 6 deletions
@@ -98,7 +98,7 @@ class LargeSoftCache<K : Any, V : Any> : CacheOperations<K, V> {
// another thread may put in between
cache.remove(key, softRef)
val newObject = builder(key)
return cache.putIfAbsent(key, WeakReference(newObject))?.get() ?: newObject
cache.putIfAbsent(key, WeakReference(newObject))?.get() ?: newObject
}
}
}
@@ -18,7 +18,7 @@
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
package com.vitorpamplona.myapplication
package com.vitorpamplona.amethyst.ui.layouts
import androidx.compose.animation.core.AnimationSpec
import androidx.compose.animation.core.AnimationState
@@ -18,7 +18,7 @@
* AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
package com.vitorpamplona.myapplication
package com.vitorpamplona.amethyst.ui.layouts
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.BoxScope
@@ -32,8 +32,6 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.input.nestedscroll.nestedScroll
import com.vitorpamplona.amethyst.ui.screen.loggedIn.AccountViewModel
import com.vitorpamplona.amethyst.ui.theme.DividerThickness
import com.vitorpamplona.myapplication.DisappearingBottomBar
import com.vitorpamplona.myapplication.DisappearingFloatingButton
@OptIn(ExperimentalMaterial3Api::class)
@Composable
@@ -84,7 +84,7 @@ class NotificationSummaryState(
fun today(): String = sdf.format(LocalDateTime.now())
public suspend fun initializeSuspend() {
suspend fun initializeSuspend() {
checkNotInMainThread()
val currentUser = user.pubkeyHex