Skip to content

Commit

Permalink
fix(Android): Replace Kotlin files with Java (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaslecomte authored Jan 14, 2021
1 parent 9bb3098 commit 1e15eac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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,
}

This file was deleted.

0 comments on commit 1e15eac

Please sign in to comment.