-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Android): Replace Kotlin files with Java (#154)
- Loading branch information
1 parent
9bb3098
commit 1e15eac
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
android/src/main/java/com/reactlibrary/rnwifi/errors/GetCurrentWifiSSIDErrorCodes.java
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package com.reactlibrary.rnwifi.errors; | ||
|
||
public enum GetCurrentWifiSSIDErrorCodes { | ||
/** | ||
* Not connected or connecting. | ||
*/ | ||
CouldNotDetectSSID, | ||
} |
8 changes: 0 additions & 8 deletions
8
android/src/main/java/com/reactlibrary/rnwifi/errors/GetCurrentWifiSSIDErrorCodes.kt
This file was deleted.
Oops, something went wrong.