mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
chore: remove unnecessary suppress
This commit is contained in:
parent
207f98ca17
commit
a2123b7a5d
1 changed files with 1 additions and 3 deletions
|
@ -1,11 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* Copyright © 2022 Harsh Shandilya.
|
* Copyright © 2022-2023 Harsh Shandilya.
|
||||||
* Use of this source code is governed by an MIT-style
|
* Use of this source code is governed by an MIT-style
|
||||||
* license that can be found in the LICENSE file or at
|
* license that can be found in the LICENSE file or at
|
||||||
* https://opensource.org/licenses/MIT.
|
* https://opensource.org/licenses/MIT.
|
||||||
*/
|
*/
|
||||||
@file:Suppress("NON_SOURCE_REPEATED_ANNOTATION") // IDE false-positive
|
|
||||||
|
|
||||||
package dev.msfjarvis.claw.common.ui.preview
|
package dev.msfjarvis.claw.common.ui.preview
|
||||||
|
|
||||||
import android.content.res.Configuration
|
import android.content.res.Configuration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue