-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💄 Optimize mac permission request UI (#1286)
- Loading branch information
1 parent
055a51f
commit b619613
Showing
15 changed files
with
255 additions
and
348 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
composeApp/src/commonMain/kotlin/com/clipevery/listener/GlobalListener.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,10 @@ | ||
package com.clipevery.listener | ||
|
||
import com.clipevery.ui.base.ComposeMessageViewFactory | ||
|
||
interface GlobalListener { | ||
|
||
var errorCode: Int? | ||
|
||
fun isRegistered(): Boolean | ||
|
||
fun start() | ||
|
||
fun stop() | ||
|
||
fun getComposeMessageViewFactory(): ComposeMessageViewFactory | ||
} |
11 changes: 0 additions & 11 deletions
11
composeApp/src/commonMain/kotlin/com/clipevery/ui/base/ComposeMessageViewFactory.kt
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
composeApp/src/commonMain/kotlin/com/clipevery/ui/base/MessageManager.kt
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
composeApp/src/commonMain/kotlin/com/clipevery/ui/base/MessageView.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.