mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-13 00:56:22 +00:00
CR
This commit is contained in:
@ -141,8 +141,8 @@ class MainActivity : AppCompatActivity() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize Notifications service
|
||||
*/
|
||||
* Initialize Notifications service
|
||||
*/
|
||||
fun initializeNotifications() {
|
||||
startForegroundService(
|
||||
Intent(
|
||||
|
||||
@ -12,7 +12,6 @@ interface AndroidDataRobosats {
|
||||
}
|
||||
|
||||
interface AndroidAppRobosats {
|
||||
changeLanguage: (uuid: string, languageCode: string) => void;
|
||||
getEncryptedStorage: (uuid: string, key: string) => void;
|
||||
setEncryptedStorage: (uuid: string, key: string, value: string) => void;
|
||||
deleteEncryptedStorage: (uuid: string, key: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user