1
0
mirror of https://codeberg.org/gitnex/GitNex synced 2025-02-18 05:00:37 +01:00

M M Arif 2020-04-28 11:01:31 +00:00
parent 0dc593e34e
commit b9e4949ae4

@ -166,6 +166,7 @@ GitNex use all the default icons provided with Android Studio licensed under Apa
App Context should be stored at the beggining once in `appCtx`.
Current Context should be stored at the beggining once in `ctx`.
#### Contexts
appCtx example in fragment(change to getApplicationContext in activity):
```
private Context appCtx;