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

Commit ff2d0537 authored by Mark Renouf's avatar Mark Renouf
Browse files

Fix wrong Suppress annotation for Kotlin

Bug: 262391811
Fix: 331856584

Change-Id: I3d1bfa6c9c145e20c9f609f0679ad252fb3e1d17
parent 8c3b2b5a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -13,11 +13,10 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@file:SuppressLint("MissingPermission")
@file:Suppress("MissingPermission")

package com.android.systemui.screenshot.data.repository

import android.annotation.SuppressLint
import android.annotation.UserIdInt
import android.os.UserManager
import com.android.systemui.dagger.qualifiers.Background